Skip to content

Commit

Permalink
Fixed #1178: Changed 'predef' to 'globals' in the example .jshintrc
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kovalyov <anton@kovalyov.net>
  • Loading branch information
terryroe authored and valueof committed Jul 24, 2013
1 parent cd69f13 commit 004dc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@
"white" : false, // true: Check against strict whitespace and indentation rules

// Custom Globals
"predef" : [ ] // additional predefined global variables
"globals" : {} // additional predefined global variables
}

0 comments on commit 004dc61

Please sign in to comment.