From 4bfa4e230d5ebdd582068effe7f4f1b60c43093a Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sun, 4 Apr 2010 16:39:17 -0700 Subject: had to rename the flie so that it is the last file loaded. --- src/AngularPublic.js | 17 ----------------- src/~AngularPublic.js | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 src/AngularPublic.js create mode 100644 src/~AngularPublic.js 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 -}); - diff --git a/src/~AngularPublic.js b/src/~AngularPublic.js new file mode 100644 index 00000000..b9d0f9d7 --- /dev/null +++ b/src/~AngularPublic.js @@ -0,0 +1,17 @@ +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 +}); + -- cgit v1.2.3