From 635dedf1e43fbb8ae7969ad1b9265002ea5190c3 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 24 Jun 2013 15:05:08 -0400 Subject: woooo, more working --- www/js/.jshintrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'www/js/.jshintrc') 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 + } } -- cgit v1.2.3-54-g00ecf