diff -r 3416f82943ea -r 0ded9d7748b7 bootstrap-source/bootstrap-3.0.3/js/.jshintrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bootstrap-source/bootstrap-3.0.3/js/.jshintrc Fri Dec 20 22:49:16 2013 +0100 @@ -0,0 +1,14 @@ +{ + "asi" : true, + "boss" : true, + "browser" : true, + "curly" : false, + "debug" : true, + "devel" : true, + "eqeqeq" : false, + "eqnull" : true, + "expr" : true, + "laxbreak" : true, + "laxcomma" : true, + "validthis": true +} \ No newline at end of file