Skip to content

Commit

Permalink
Made JSlint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed May 29, 2014
1 parent 7fc616a commit b9c449a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wNumb.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ var
var i, args = [];

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

Expand Down
2 changes: 1 addition & 1 deletion wNumb.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9c449a

Please # to comment.