Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiiks committed Aug 29, 2015
1 parent 9d4c4d0 commit 826e286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -113,7 +113,7 @@ Core.prototype.initObserver = function() {
quickEmoteMenu.obsCallback();
}

this.emoteModule.obsCallback(mutation);
emoteModule.obsCallback(mutation);

});
});
Expand Down

0 comments on commit 826e286

Please sign in to comment.