From 5dcf9bb4feb144b3a54a43524210dd7d0bb4213e Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sat, 3 Apr 2010 20:19:55 -0700 Subject: browser is now injectable into the system --- src/Angular.js | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/Angular.js') 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) { -- cgit v1.2.3