From 4fe37339653c909368ba772ea9214c0b2a511fee Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 16 Aug 2013 16:26:07 -0700 Subject: update bootstrap to 3.0.0-rc2 --- bower_components/bootstrap/js/.jshintrc | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 bower_components/bootstrap/js/.jshintrc (limited to 'bower_components/bootstrap/js/.jshintrc') diff --git a/bower_components/bootstrap/js/.jshintrc b/bower_components/bootstrap/js/.jshintrc old mode 100644 new mode 100755 index 70e6c579..94c520d5 --- a/bower_components/bootstrap/js/.jshintrc +++ b/bower_components/bootstrap/js/.jshintrc @@ -3,9 +3,11 @@ "laxcomma" : true, "laxbreak" : true, "browser" : true, + "eqeqeq" : false, "eqnull" : true, "debug" : true, "devel" : true, + "curly" : false, "boss" : true, "expr" : true, "asi" : true -- cgit v1.2.3