Closed
Bug 376029
Opened 18 years ago
Closed 18 years ago
Joey Addon - Cleanup to event listeners / joey startup
Categories
(Mozilla Labs :: Joey, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mgalli, Assigned: mgalli)
Details
ref:
window.onmousedown = joeyOnMouseDown; // this may prevent other onmousedown associations. Fixthis
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•18 years ago
|
||
Moved to joeyStartup ...
window.addEventListener("mousedown",joeyOnMouseDown,false);
and also fixed the joeyOnMouseDown -> setImageSource getElementById typo.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•