Closed Bug 453042 Opened 16 years ago Closed 16 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)) {
doh!

http://hg.mozilla.org/mobile-browser/rev/3d4513d61c4b
Assignee: nobody → gavin.sharp
Status: NEW → RESOLVED
Closed: 16 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.