Ticket #847 (closed bug: fixed)

Opened 6 years ago

Last modified 6 years ago

Erroneous use of bindAsEventListener()

Reported by: euzuro Owned by:
Priority: minor Milestone: 2.5 Release
Component: general Version: 2.4
Keywords: Cc:
State:

Description

In several instances, we are using bindAsEventListener() when really we only want to use bind().

Note that most (if not all) of these are mine. I didn't quite understand the difference before. Agora sim.

Attachments

bind.patch Download (4.1 KB) - added by euzuro 6 years ago.
replace bindAsEventListener() with bind() where appropriate.

Change History

Changed 6 years ago by euzuro

replace bindAsEventListener() with bind() where appropriate.

Changed 6 years ago by euzuro

  • keywords review added

tests pass FF and ie6. please review

Changed 6 years ago by crschmidt

  • keywords commit added; review removed

This looks fine to me. Commit when you're ready.

Changed 6 years ago by euzuro

  • keywords commit removed
  • status changed from new to closed
  • resolution set to fixed

in with r3786

Note: See TracTickets for help on using tickets.