This commit is contained in:
Jiiks 2015-10-26 06:26:40 +02:00
parent df2e2aa9b4
commit 6336861ba2
1 changed files with 4 additions and 2 deletions

View File

@ -69,6 +69,8 @@ Core.prototype.init = function() {
return;
}
var self = this;
//Incase were too fast
function gwDefer() {
console.log(new Date().getTime() + " Defer");
@ -84,8 +86,8 @@ Core.prototype.init = function() {
emoteModule.init();
emoteModule.autoCapitalize();
this.initSettings();
this.initObserver();
self.initSettings();
self.initObserver();
var guilds = $(".guilds li:first-child");