diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-03 16:28:20 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-09-03 16:28:20 -0400 |
commit | bc17143e104dbcc0098cefecd75e11f63c7a1529 (patch) | |
tree | 0afcb2ad47f860f57557eba1d9000c99d462a213 /www | |
parent | 00ea79dd35d730322d5ea8ebcb2c11387e6f8096 (diff) | |
download | html5ks-bc17143e104dbcc0098cefecd75e11f63c7a1529.tar.xz html5ks-bc17143e104dbcc0098cefecd75e11f63c7a1529.zip |
fix MIME types
Diffstat (limited to 'www')
-rw-r--r-- | www/js/.jshintrc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/js/.jshintrc b/www/js/.jshintrc deleted file mode 100644 index 6c2d36a..0000000 --- a/www/js/.jshintrc +++ /dev/null @@ -1,10 +0,0 @@ -{ - "globalstrict": true, - "browser": true, - "devel": true, - "globals": { - "Modernizr": false, - "html5ks": false, - "when": false - } -} |