Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9f72c40

Browse files
committed
fix(src): remove unused variables.
1 parent 11f5aee commit 9f72c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Angular.js

Lines changed: 1 addition & 1 deletion
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)