aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorIgor Minar2013-09-27 12:51:45 -0700
committerIgor Minar2013-09-27 12:51:45 -0700
commit7c38b292f8ad7057b62f7ee4a2c651d0213d5e5f (patch)
tree7a140f99c67374af5b37e52ebb820e2b198218bc /src
parentc785267eb8780d8b7658ef93ebb5ebddd566294d (diff)
downloadangular.js-7c38b292f8ad7057b62f7ee4a2c651d0213d5e5f.tar.bz2
style($compile): remove unused variable
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) {