Remove redundant declaration

This commit is contained in:
ansuz 2016-04-20 10:37:20 +02:00
parent df22c246c4
commit 06786b6e02
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ define([
], function (Config, Realtime, Messages, Crypto, TextPatcher, Fabric, JSONSortify) {
var module = window.APP = { };
var $ = module.$ = window.jQuery;
var Fabric = module.Fabric = window.fabric;
module.Fabric = window.fabric;
$(window).on('hashchange', function() {
window.location.reload();