jshint compliance

This commit is contained in:
ansuz
2016-02-15 16:07:46 +01:00
parent d1885fbab6
commit 3cb94b8d80
16 changed files with 52 additions and 29 deletions

View File

@@ -7,7 +7,7 @@ define([
'/customize/pad.js'
], function (Config, Realtime, Messages, Crypto) {
// TODO consider adding support for less.js
var $ = jQuery;
var $ = window.jQuery;
$(window).on('hashchange', function() {
window.location.reload();
});