Skip to content

Commit

Permalink
FF Mass editor tweaks missing message handler arg
Browse files Browse the repository at this point in the history
  • Loading branch information
jcutler committed Dec 10, 2011
1 parent 1e51296 commit ae82d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/massEditor/massEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ MissingE.packages.massEditor = {
init: function() {
if (extension.isFirefox) {
extension.sendRequest("settings", {component: "massEditor"},
function() {
function(response) {
if (response.component === "massEditor") {
MissingE.packages.massEditor.run();
}
Expand Down

0 comments on commit ae82d4a

Please sign in to comment.