Closed Bug 453042 Opened 17 years ago Closed 17 years ago

broken 'in' check in deckbrowser.stackEventHandler.handleEvent

Categories

(Firefox for Android Graveyard :: General, defect)

defect
Not set
trivial

Tracking

(Not tracked)

VERIFIED FIXED
fennec1.0a1

People

(Reporter: dao, Assigned: Gavin)

References

()

Details

if (!aEvent.type in this) { ... is always false, and should be: if (!(aEvent.type in this)) {
Assignee: nobody → gavin.sharp
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: --- → Fennec A1
verified via code inspection
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.