Commit f8e34ff4 authored by XhmikosR's avatar XhmikosR

Disable es3 for tests and customizer.js.

parent ea3c7028
......@@ -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
......
{
"extends" : "../../.jshintrc",
"devel" : true,
"es3" : false,
"qunit" : true
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment