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

Fix JSHint errors.

[skip sauce]
This commit is contained in:
XhmikosR
2016-03-03 10:18:19 +02:00
parent 60b17950f1
commit 9b412a7435
2 changed files with 2 additions and 2 deletions
+1 -2
View 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';
+1
View File
@@ -6,6 +6,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
/* jshint latedef: false */
+function ($) {
'use strict';