diff options
| author | Misko Hevery | 2010-07-20 16:55:32 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2010-07-20 16:55:32 -0700 | 
| commit | bebfbeac0a3f25b3d0df00ada5c919adef9dd701 (patch) | |
| tree | 9d985f8c357dbcbc6f24a8c348c1336d2c32d99c /src/apis.js | |
| parent | 7e96af0fdd9af8c479992363f68578305df0337e (diff) | |
| download | angular.js-bebfbeac0a3f25b3d0df00ada5c919adef9dd701.tar.bz2 | |
fixed xhtml compatibility, fix console in chrome
Diffstat (limited to 'src/apis.js')
| -rw-r--r-- | src/apis.js | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/apis.js b/src/apis.js index 2d0c571e..136473b6 100644 --- a/src/apis.js +++ b/src/apis.js @@ -12,6 +12,7 @@ var angularGlobal = {  };  var angularCollection = { +  'copy': copy,    'size': size,    'equals': equals  }; | 
