Skip to content

Commit b9c449a

Browse files
committed
Made JSlint happy
1 parent 7fc616a commit b9c449a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wNumb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ var
281281
var i, args = [];
282282

283283
// Add all options in order of FormatOptions
284-
for ( i = 0; i < FormatOptions.length; i++ ) {
284+
for ( i = 0; i < FormatOptions.length; i+=1 ) {
285285
args.push(options[FormatOptions[i]]);
286286
}
287287

wNumb.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)