diff options
| author | Misko Hevery | 2012-01-24 14:54:27 -0800 |
|---|---|---|
| committer | Misko Hevery | 2012-01-25 11:54:00 -0800 |
| commit | 1268fc1a44e1359f670a586e6cbc6774736f0a2d (patch) | |
| tree | ee7b660c7de7fca0e441286e0dc4fb1568e19a2e /src/Angular.js | |
| parent | 4804c83b7db5770d5d02eea9eea4cc012b4aa524 (diff) | |
| download | angular.js-1268fc1a44e1359f670a586e6cbc6774736f0a2d.tar.bz2 | |
cleanup($scope): remove $$scope ref.
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Angular.js b/src/Angular.js index f7c3e318..7955ce61 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -68,8 +68,7 @@ function shivForIE(elementName) { return elementName; } -var $$scope = '$scope', - $boolean = 'boolean', +var $boolean = 'boolean', $console = 'console', $length = 'length', $name = 'name', |
