mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 22:10:24 +00:00
Will hopefully revert this reversion and land a fully-working version of UMD in v3.3.0. Revert "some changes from #13801 - add strict mode back and ==" This reverts commit2b302f69ee. Revert "Fix regression of #10038 introduced by #13772" This reverts commite9d6756a1a. Revert "MD/CommonJS/Globals #12909" This reverts commit1c6fa9010d. Revert "address #13811" This reverts commitf347d7d955. Conflicts: js/carousel.js js/collapse.js js/dropdown.js js/modal.js js/tab.js js/tooltip.js
15 lines
277 B
Text
15 lines
277 B
Text
{
|
|
"asi" : true,
|
|
"browser" : true,
|
|
"eqeqeq" : false,
|
|
"eqnull" : true,
|
|
"es3" : true,
|
|
"expr" : true,
|
|
"jquery" : true,
|
|
"latedef" : true,
|
|
"laxbreak" : true,
|
|
"nonbsp" : true,
|
|
"strict" : true,
|
|
"undef" : true,
|
|
"unused" : true
|
|
}
|