aboutsummaryrefslogtreecommitdiffstats
path: root/src/~AngularPublic.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/~AngularPublic.js')
-rw-r--r--src/~AngularPublic.js17
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
-});
-