aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/Angular.js b/src/Angular.js
index 72a892e5..e8bb3880 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -68,24 +68,14 @@ function shivForIE(elementName) {
return elementName;
}
-var _undefined = undefined,
- _null = null,
- $$scope = '$scope',
- $angular = 'angular',
- $array = 'array',
+var $$scope = '$scope',
$boolean = 'boolean',
$console = 'console',
- $date = 'date',
$length = 'length',
$name = 'name',
- $noop = 'noop',
- $null = 'null',
$object = 'object',
$string = 'string',
- $value = 'value',
- $selected = 'selected',
$undefined = 'undefined',
- NOOP = 'noop',
Error = window.Error,
/** holds major version number for IE or NaN for real browsers */
msie = parseInt((/msie (\d+)/.exec(lowercase(navigator.userAgent)) || [])[1], 10),