aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ng/compile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ng/compile.js b/src/ng/compile.js
index e44f33b7..735e053a 100644
--- a/src/ng/compile.js
+++ b/src/ng/compile.js
@@ -623,7 +623,6 @@ function $CompileProvider($provide) {
j = 0, jj = nAttrs && nAttrs.length; j < jj; j++) {
var attrStartName = false;
var attrEndName = false;
- var index;
attr = nAttrs[j];
if (!msie || msie >= 8 || attr.specified) {