Remove redundant declaration
This commit is contained in:
parent
df22c246c4
commit
06786b6e02
@ -15,7 +15,7 @@ define([
|
|||||||
], function (Config, Realtime, Messages, Crypto, TextPatcher, Fabric, JSONSortify) {
|
], function (Config, Realtime, Messages, Crypto, TextPatcher, Fabric, JSONSortify) {
|
||||||
var module = window.APP = { };
|
var module = window.APP = { };
|
||||||
var $ = module.$ = window.jQuery;
|
var $ = module.$ = window.jQuery;
|
||||||
var Fabric = module.Fabric = window.fabric;
|
module.Fabric = window.fabric;
|
||||||
|
|
||||||
$(window).on('hashchange', function() {
|
$(window).on('hashchange', function() {
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user