diff options
| author | Misko Hevery | 2010-04-04 16:39:17 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-04-04 16:39:17 -0700 |
| commit | 4bfa4e230d5ebdd582068effe7f4f1b60c43093a (patch) | |
| tree | 60335ca708219699937754e3aeaa3434081b4101 /src/AngularPublic.js | |
| parent | 5dcf9bb4feb144b3a54a43524210dd7d0bb4213e (diff) | |
| download | angular.js-4bfa4e230d5ebdd582068effe7f4f1b60c43093a.tar.bz2 | |
had to rename the flie so that it is the last file loaded.
Diffstat (limited to 'src/AngularPublic.js')
| -rw-r--r-- | src/AngularPublic.js | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/AngularPublic.js b/src/AngularPublic.js deleted file mode 100644 index b9d0f9d7..00000000 --- a/src/AngularPublic.js +++ /dev/null @@ -1,17 +0,0 @@ -extend(angular, { - 'element': jqLite, - 'compile': compile, - 'scope': createScope, - 'copy': copy, - 'extend': extend, - 'foreach': foreach, - 'noop':noop, - 'identity':identity, - 'isUndefined': isUndefined, - 'isDefined': isDefined, - 'isString': isString, - 'isFunction': isFunction, - 'isNumber': isNumber, - 'isArray': isArray -}); - |
