0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01: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

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';

View File

@ -6,6 +6,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
/* jshint latedef: false */
+function ($) {
'use strict';