diff --git a/js/.jshintrc b/js/.jshintrc index 30a1687..75d6f22 100644 --- a/js/.jshintrc +++ b/js/.jshintrc @@ -1,15 +1,15 @@ { - "bitwise" : true, - "browser" : true, - "devel" : true, - "eqeqeq" : true, - "eqnull" : true, - "expr" : true, - "forin" : true, - "freeze" : true, - "latedef" : true, - "nonbsp" : true, - "strict" : true, - "undef" : true, - "unused" : true + "bitwise" : true, + "browser" : true, + "devel" : true, + "eqeqeq" : true, + "eqnull" : true, + "expr" : true, + "forin" : true, + "freeze" : true, + "latedef" : true, + "nonbsp" : true, + "strict" : true, + "undef" : true, + "unused" : true }