Bug 1369577 Part 1 Rename SingletonEventManager to EventManager r=kmag

MozReview-Commit-ID: 7nsYWdSTJCG
This commit is contained in:
Andrew Swan
2017-06-09 13:49:07 -07:00
parent ae4b82aa78
commit c140bd9d12
33 changed files with 86 additions and 86 deletions

View File

@@ -241,7 +241,7 @@ this.commands = class extends ExtensionAPI {
});
}));
},
onCommand: new SingletonEventManager(context, "commands.onCommand", fire => {
onCommand: new EventManager(context, "commands.onCommand", fire => {
let listener = (eventName, commandName) => {
fire.async(commandName);
};