diff options
| author | Misko Hevery | 2010-08-11 12:04:11 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-08-11 12:04:11 -0700 |
| commit | 0c2dd09e781a144c65cd79a0a010f4ebcbd78f24 (patch) | |
| tree | 85e0082f00e86768dbf6a98aa3b3688550858dc0 /src/scenario/Matcher.js | |
| parent | 044ecb91c10753c14e1521f95b5f0cd52ff5bf87 (diff) | |
| parent | cf331050112ee973b9e8186dc4741028ca22f024 (diff) | |
| download | angular.js-0c2dd09e781a144c65cd79a0a010f4ebcbd78f24.tar.bz2 | |
Merge branch 'master' of github.com:angular/angular.js
Diffstat (limited to 'src/scenario/Matcher.js')
| -rw-r--r-- | src/scenario/Matcher.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenario/Matcher.js b/src/scenario/Matcher.js index 62f094c8..a9c86571 100644 --- a/src/scenario/Matcher.js +++ b/src/scenario/Matcher.js @@ -18,4 +18,4 @@ Matcher.addMatcher = function(name, matcher) { }; }; -Matcher.addMatcher('toEqual', function(a,b) { return a == b; }); +Matcher.addMatcher('toEqual', angular.equals); |
