mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-19 14:15:46 +01:00
imported patch groups
--HG-- branch : groups
This commit is contained in:
@@ -35,12 +35,12 @@ var AddonListener = Class("AddonListener", {
|
||||
onExternalInstall: function (addon, existingAddon, needsRestart) {},
|
||||
onDownloadStarted: listener("download", "started"),
|
||||
onDownloadEnded: listener("download", "complete"),
|
||||
onDownloadCancelled: listener("download", "cancelled"),
|
||||
onDownloadCancelled: listener("download", "canceled"),
|
||||
onDownloadFailed: listener("download", "failed"),
|
||||
onDownloadProgress: function (install) {},
|
||||
onInstallStarted: function (install) {},
|
||||
onInstallEnded: listener("installation", "complete"),
|
||||
onInstallCancelled: listener("installation", "cancelled"),
|
||||
onInstallCancelled: listener("installation", "canceled"),
|
||||
onInstallFailed: listener("installation", "failed")
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user