diff options
| author | Misko Hevery | 2010-08-18 16:23:12 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-08-18 17:26:33 -0700 |
| commit | 5ddd8d958686c5075b6c58b700f19b4bdea90e1d (patch) | |
| tree | f43da0153fb41244425c00fc728a17028671ce03 /test/ApiTest.js | |
| parent | 1087270c95f6bbafd3715c9a5eecdafac79c9daa (diff) | |
| download | angular.js-5ddd8d958686c5075b6c58b700f19b4bdea90e1d.tar.bz2 | |
stringify names for better compression, remove dead functions, removed underscore.js compatibility
Diffstat (limited to 'test/ApiTest.js')
| -rw-r--r-- | test/ApiTest.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ApiTest.js b/test/ApiTest.js index 9f09773d..189e9ad6 100644 --- a/test/ApiTest.js +++ b/test/ApiTest.js @@ -8,7 +8,7 @@ ApiTest.prototype.testItShouldReturnTypeOf = function (){ assertEquals("string", angular.Object.typeOf("")); assertEquals("date", angular.Object.typeOf(new Date())); assertEquals("element", angular.Object.typeOf(document.body)); - assertEquals("function", angular.Object.typeOf(function(){})); + assertEquals($function, angular.Object.typeOf(function(){})); }; ApiTest.prototype.testItShouldReturnSize = function(){ |
