2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Disable es3 for tests and customizer.js.

This commit is contained in:
XhmikosR
2015-03-01 22:35:43 +02:00
parent ea3c7028bd
commit f8e34ff48b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@
* details, see http://creativecommons.org/licenses/by/3.0/.
*/
/* jshint es3:false */
/* global JSZip, less, autoprefixer, saveAs, UglifyJS, __configBridge, __js, __less, __fonts */
window.onload = function () { // wait for load in a dumb way because B-0
+1
View File
@@ -1,5 +1,6 @@
{
"extends" : "../../.jshintrc",
"devel" : true,
"es3" : false,
"qunit" : true
}