Skip to content

Commit c03b9e5

Browse files
chirag04petebacondarwin
authored andcommitted
style(Angular.js): remove unused variables
Closes angular#8331
1 parent 683d722 commit c03b9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ function encodeUriQuery(val, pctEncodeSpaces) {
11811181
var ngAttrPrefixes = ['ng-', 'data-ng-', 'ng:', 'x-ng-'];
11821182

11831183
function getNgAttribute(element, ngAttr) {
1184-
var attr, i, ii = ngAttrPrefixes.length, j, jj;
1184+
var attr, i, ii = ngAttrPrefixes.length;
11851185
element = jqLite(element);
11861186
for (i=0; i<ii; ++i) {
11871187
attr = ngAttrPrefixes[i] + ngAttr;

0 commit comments

Comments
 (0)