diff options
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Angular.js b/src/Angular.js index d60e1b85..88aab8e7 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -9,6 +9,7 @@ var consoleNode, PRIORITY_FIRST = -99999, PRIORITY_WATCH = -1000, PRIORITY_LAST = 99999, + PRIORITY = {'FIRST': PRIORITY_FIRST, 'LAST': PRIORITY_LAST, 'WATCH':PRIORITY_WATCH}, NOOP = 'noop', NG_EXCEPTION = 'ng-exception', NG_VALIDATION_ERROR = 'ng-validation-error', |
