]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Disable es3 for tests and customizer.js.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 1 Mar 2015 20:35:43 +0000 (22:35 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 2 Mar 2015 09:16:06 +0000 (11:16 +0200)
docs/assets/js/src/customizer.js
js/tests/unit/.jshintrc

index 59d0936965a49fb469b60fef0fd7d209bc4c342a..12a35a9b9166a6d70ae90c81270727d1ba819e64 100644 (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
index 682a49af1ebceb2d60a9af2839258a80d346d196..22e878512ba197e129672654698375111d12d186 100644 (file)
@@ -1,5 +1,6 @@
 {
   "extends" : "../../.jshintrc",
   "devel"   : true,
+  "es3"     : false,
   "qunit"   : true
 }