diff options
| author | Misko Hevery | 2010-03-24 16:47:11 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-03-24 16:47:11 -0700 |
| commit | f29f6a47c4d81c5b8e365a3dae307159f1b12968 (patch) | |
| tree | 0f0c98e1a5effc60fc61c7908b4e6870c729c290 /src/Angular.js | |
| parent | 0c42eb9909d554807549cd3394e0ea0c715cc2d1 (diff) | |
| download | angular.js-f29f6a47c4d81c5b8e365a3dae307159f1b12968.tar.bz2 | |
fixed .value vs attr(value) access
Diffstat (limited to 'src/Angular.js')
| -rw-r--r-- | src/Angular.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Angular.js b/src/Angular.js index b76926b9..dc530921 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -44,7 +44,6 @@ function extensionList(angular, name) { } var consoleNode, msie, - VALUE = 'value', NOOP = 'noop', jQuery = window['jQuery'] || window['$'], // weirdness to make IE happy slice = Array.prototype.slice, |
