typo
This commit is contained in:
parent
9d4c4d0c69
commit
826e286de1
|
@ -84,7 +84,7 @@ Core.prototype.initSettings = function() {
|
||||||
settingsCookie = defaultCookie;
|
settingsCookie = defaultCookie;
|
||||||
this.saveSettings();
|
this.saveSettings();
|
||||||
} else {
|
} else {
|
||||||
this.loadSettigns();
|
this.loadSettings();
|
||||||
|
|
||||||
for(var setting in defaultCookie) {
|
for(var setting in defaultCookie) {
|
||||||
if(settingsCookie[setting] == undefined) {
|
if(settingsCookie[setting] == undefined) {
|
||||||
|
@ -113,7 +113,7 @@ Core.prototype.initObserver = function() {
|
||||||
quickEmoteMenu.obsCallback();
|
quickEmoteMenu.obsCallback();
|
||||||
}
|
}
|
||||||
|
|
||||||
this.emoteModule.obsCallback(mutation);
|
emoteModule.obsCallback(mutation);
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue