mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
Disable es3 for tests and customizer.js.
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
* details, see http://creativecommons.org/licenses/by/3.0/.
|
* details, see http://creativecommons.org/licenses/by/3.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* jshint es3:false */
|
||||||
/* global JSZip, less, autoprefixer, saveAs, UglifyJS, __configBridge, __js, __less, __fonts */
|
/* global JSZip, less, autoprefixer, saveAs, UglifyJS, __configBridge, __js, __less, __fonts */
|
||||||
|
|
||||||
window.onload = function () { // wait for load in a dumb way because B-0
|
window.onload = function () { // wait for load in a dumb way because B-0
|
||||||
|
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"extends" : "../../.jshintrc",
|
"extends" : "../../.jshintrc",
|
||||||
"devel" : true,
|
"devel" : true,
|
||||||
|
"es3" : false,
|
||||||
"qunit" : true
|
"qunit" : true
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user