Skip to content

Commit

Permalink
typo fix in .jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Guria authored and Alexey Gurianov committed Jun 5, 2015
1 parent c3bfb96 commit 28d71fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"forin": true,
"freeze": true,
"immed": true,
"latedef": "nofucn",
"latedef": "nofunc",
"noarg": true,
"noempty": true,
"nonbsp": true,
Expand Down
2 changes: 1 addition & 1 deletion test/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"forin": true,
"freeze": true,
"immed": true,
"latedef": "nofucn",
"latedef": "nofunc",
"noarg": true,
"noempty": true,
"nonbsp": true,
Expand Down

0 comments on commit 28d71fe

Please sign in to comment.