diff options
| author | Misko Hevery | 2010-09-14 23:22:15 +0200 |
|---|---|---|
| committer | Misko Hevery | 2010-09-14 23:22:15 +0200 |
| commit | 894ffadc8c35da6c7daf3e16a9f4931b24f3b231 (patch) | |
| tree | b96beb2111540f928bfcf410afae8036c312c046 /src/Scope.js | |
| parent | e3f760fbadedc977d9f5f461feafbaecab5a9046 (diff) | |
| download | angular.js-894ffadc8c35da6c7daf3e16a9f4931b24f3b231.tar.bz2 | |
Fixed all trivial jslint violations
Diffstat (limited to 'src/Scope.js')
| -rw-r--r-- | src/Scope.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Scope.js b/src/Scope.js index a2ee07d9..c2a4f098 100644 --- a/src/Scope.js +++ b/src/Scope.js @@ -44,7 +44,7 @@ function setter(instance, path, value){ } /////////////////////////////////// -var scopeId = 0; +var scopeId = 0, getterFnCache = {}, compileCache = {}, JS_KEYWORDS = {}; |
