aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorMisko Hevery2010-04-03 20:19:55 -0700
committerMisko Hevery2010-04-03 20:23:16 -0700
commit5dcf9bb4feb144b3a54a43524210dd7d0bb4213e (patch)
tree966014f5f83409766d8d84caf6e772d1398d385f /src/Angular.js
parenta80a61839a66d244c8bb14bbe2975746e02516c8 (diff)
downloadangular.js-5dcf9bb4feb144b3a54a43524210dd7d0bb4213e.tar.bz2
browser is now injectable into the system
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Angular.js b/src/Angular.js
index 86fb5291..d00a9bf6 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -33,22 +33,6 @@ function angularAlert(){
log(arguments); window.alert.apply(window, arguments);
}
-extend(angular, {
- 'compile': compile,
- 'copy': copy,
- 'extend': extend,
- 'foreach': foreach,
- 'noop':noop,
- 'identity':identity,
- 'isUndefined': isUndefined,
- 'isDefined': isDefined,
- 'isString': isString,
- 'isFunction': isFunction,
- 'isNumber': isNumber,
- 'isArray': isArray,
- 'alert': angularAlert
-});
-
function foreach(obj, iterator, context) {
var key;
if (obj) {