aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBrenton2013-06-01 23:29:18 -0700
committerJeff Cross2013-07-24 10:58:56 -0700
commit1dcafd18afed4465ee13db91cedc8fecc3aa2c96 (patch)
tree5f6cb7c53c4606072637a529df44046c4369821a /CONTRIBUTING.md
parent4a7b6a4555a76b19dd217171fc0ddce6707bca95 (diff)
downloadangular.js-1dcafd18afed4465ee13db91cedc8fecc3aa2c96.tar.bz2
fix(equals): {} and [] should not be considered equivalent
angular.equals was returning inconsistent values for the comparison between {} and []: angular.equals({}, []) // true angular.equals([], {}]) // false Since these object are not of the same type, they should not be considered equivalent.
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions