]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix JSHint errors.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 3 Mar 2016 08:18:19 +0000 (10:18 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 10 Mar 2016 11:44:16 +0000 (13:44 +0200)
[skip sauce]

docs/assets/js/src/customizer.js
js/collapse.js

index 78ab73c7499d580c1350859582caa6333e51e561..9924667c3ad9d9b20b9fec01ef9119c4d6b64971 100644 (file)
@@ -6,8 +6,7 @@
  * details, see https://creativecommons.org/licenses/by/3.0/.
  */
 
-/* jshint es3:false */
-/* global JSZip, less, autoprefixer, saveAs, UglifyJS, __configBridge, __js, __less, __fonts */
+/* global JSON, JSZip, less, autoprefixer, saveAs, UglifyJS, __configBridge, __js, __less, __fonts */
 
 window.onload = function () { // wait for load in a dumb way because B-0
   'use strict';
index c2e63a0138c3ae00d061f89b0b90f66a25bf617f..897b2e1021042a78f39172ca77ea37251a2f47f0 100644 (file)
@@ -6,6 +6,7 @@
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * ======================================================================== */
 
+/* jshint latedef: false */
 
 +function ($) {
   'use strict';