Skip to content

Commit

Permalink
Merge pull request #1844 from Torsph/correct_jshint_example
Browse files Browse the repository at this point in the history
Added missing comma in .jshintrc
  • Loading branch information
rwaldron committed Sep 17, 2014
2 parents 53b06a6 + 3928115 commit 7ff958b
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 @@ -77,7 +77,7 @@
"prototypejs" : false, // Prototype and Scriptaculous
"qunit" : false, // QUnit
"rhino" : false, // Rhino
"shelljs" : false // ShellJS
"shelljs" : false, // ShellJS
"worker" : false, // Web Workers
"wsh" : false, // Windows Scripting Host
"yui" : false, // Yahoo User Interface
Expand Down

0 comments on commit 7ff958b

Please sign in to comment.