0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Merge pull request #12513 from ZDroid/jshint

Remove `curly: false` from `.jshintrc`
This commit is contained in:
XhmikosR 2014-02-16 20:45:00 +02:00
commit 5566c935f2

View File

@ -2,7 +2,6 @@
"asi" : true,
"boss" : true,
"browser" : true,
"curly" : false,
"debug" : true,
"devel" : true,
"eqeqeq" : false,