Skip to content

Commit

Permalink
Merge pull request #1759 from ChuntaoLu/patch-1
Browse files Browse the repository at this point in the history
Remove unmatched quotation mark
  • Loading branch information
rwaldron committed Jul 21, 2014
2 parents f83670d + 65c3f16 commit c14094a
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 @@ -43,7 +43,7 @@
// (ex: `for each`, multiple try/catch, function expression…)
"evil" : false, // true: Tolerate use of `eval` and `new Function()`
"expr" : false, // true: Tolerate `ExpressionStatement` as Programs
"funcscope" : false, // true: Tolerate defining variables inside control statements"
"funcscope" : false, // true: Tolerate defining variables inside control statements
"globalstrict" : false, // true: Allow global "use strict" (also enables 'strict')
"iterator" : false, // true: Tolerate using the `__iterator__` property
"lastsemic" : false, // true: Tolerate omitting a semicolon for the last statement of a 1-line block
Expand Down

0 comments on commit c14094a

Please sign in to comment.