aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Angular.js b/src/Angular.js
index d698aa11..1b887779 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -77,10 +77,6 @@ var _undefined = undefined,
NG_EXCEPTION = 'ng-exception',
NG_VALIDATION_ERROR = 'ng-validation-error',
NOOP = 'noop',
- PRIORITY_FIRST = -99999,
- PRIORITY_WATCH = -1000,
- PRIORITY_LAST = 99999,
- PRIORITY = {'FIRST': PRIORITY_FIRST, 'LAST': PRIORITY_LAST, 'WATCH':PRIORITY_WATCH},
Error = window.Error,
/** holds major version number for IE or NaN for real browsers */
msie = parseInt((/msie (\d+)/.exec(lowercase(navigator.userAgent)) || [])[1], 10),