Closed
Bug 1079780
Opened 10 years ago
Closed 7 years ago
[System2] Support on/off on BaseModule
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: alive, Unassigned)
References
Details
While working on bug 1079748 I noticed it'd be nice if we have:
module.on(event, this);
module.off(event, this);
If we only care about certain event dispatched from certain modules.
I am still thinking about if I need to reuse eventEmitter or implement my own in baseModule.
Reporter | ||
Updated•10 years ago
|
Summary: [System2] Implement on/off on BaseModule → [System2] Support on/off on BaseModule
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•