aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Angular.js b/src/Angular.js
index 26026cf3..b5e7e12f 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -52,8 +52,9 @@ if ('i' !== 'I'.toLowerCase()) {
function fromCharCode(code) { return String.fromCharCode(code); }
-var $$element = '$element',
- $$update = '$update',
+var _undefined = undefined,
+ _null = null,
+ $$element = '$element',
$$scope = '$scope',
$$validate = '$validate',
$angular = 'angular',