Skip to content

Commit

Permalink
added missing 'shadow' option to wsh.js so that it passes lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benblank committed Apr 18, 2011
1 parent 7c219a3 commit bec53ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/wsh.js
@@ -1,4 +1,4 @@
/*jshint evil: true, wsh: true */ /*jshint evil: true, shadow: true, wsh: true */
/*global JSHINT: false */ /*global JSHINT: false */


(function() { (function() {
Expand Down

0 comments on commit bec53ed

Please sign in to comment.