aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorMisko Hevery2010-03-24 16:47:11 -0700
committerMisko Hevery2010-03-24 16:47:11 -0700
commitf29f6a47c4d81c5b8e365a3dae307159f1b12968 (patch)
tree0f0c98e1a5effc60fc61c7908b4e6870c729c290 /src/Angular.js
parent0c42eb9909d554807549cd3394e0ea0c715cc2d1 (diff)
downloadangular.js-f29f6a47c4d81c5b8e365a3dae307159f1b12968.tar.bz2
fixed .value vs attr(value) access
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js1
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,