2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

MD/CommonJS/Globals #12909

This commit is contained in:
Katie Zhu
2014-06-09 22:18:05 -07:00
committed by fat
parent 6a2482447d
commit 1c6fa9010d
14 changed files with 75 additions and 28 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
"latedef" : true,
"laxbreak" : true,
"nonbsp" : true,
"strict" : true,
"undef" : true,
"unused" : true
"unused" : true,
"predef" : [ "define", "require" ]
}