Skip to content

Commit

Permalink
Fix JSHint errors.
Browse files Browse the repository at this point in the history
[skip sauce]
  • Loading branch information
XhmikosR committed Mar 10, 2016
1 parent 60b1795 commit 9b412a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/assets/js/src/customizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
1 change: 1 addition & 0 deletions js/collapse.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */

/* jshint latedef: false */

+function ($) {
'use strict';
Expand Down

0 comments on commit 9b412a7

Please sign in to comment.