Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2016-03-03 11:18:19 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-03-10 14:44:16 +0300
commit9b412a743553a40af1d13d9896de170f53752b77 (patch)
tree3410018fc2f8f6d2621f327a0910d0d80fcafdd0 /docs/assets/js
parent60b17950f1be74c3da76a8ecaf642b69243354bd (diff)
Fix JSHint errors.
[skip sauce]
Diffstat (limited to 'docs/assets/js')
-rw-r--r--docs/assets/js/src/customizer.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/assets/js/src/customizer.js b/docs/assets/js/src/customizer.js
index 78ab73c749..9924667c3a 100644
--- a/docs/assets/js/src/customizer.js
+++ b/docs/assets/js/src/customizer.js
@@ -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';