From 7c38b292f8ad7057b62f7ee4a2c651d0213d5e5f Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 27 Sep 2013 12:51:45 -0700 Subject: style($compile): remove unused variable --- src/ng/compile.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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) { -- cgit v1.2.3