diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-24 15:05:08 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-06-24 15:05:08 -0400 |
commit | 635dedf1e43fbb8ae7969ad1b9265002ea5190c3 (patch) | |
tree | 6e49bd33fa539a4b55db719d61863cd3449f3887 /www/js/.jshintrc | |
parent | 8d2caf2bb9108b9f4ec66dc7d6608406a43a17d6 (diff) | |
download | html5ks-635dedf1e43fbb8ae7969ad1b9265002ea5190c3.tar.xz html5ks-635dedf1e43fbb8ae7969ad1b9265002ea5190c3.zip |
woooo, more working
Diffstat (limited to 'www/js/.jshintrc')
-rw-r--r-- | www/js/.jshintrc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/js/.jshintrc b/www/js/.jshintrc index 23ef946..5dca845 100644 --- a/www/js/.jshintrc +++ b/www/js/.jshintrc @@ -1,4 +1,9 @@ { "globalstrict": true, - "browser": true + "browser": true, + "devel": true, + "globals": { + "html5ks": false, + "when": false + } } |