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