#15738 closed defect (fixed)
on.js dead code
Reported by: | Herman Vierendeels | Owned by: | Kris Zyp |
---|---|---|---|
Priority: | undecided | Milestone: | 1.9 |
Component: | Events | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
on.js
// emiter that works with native event handling on.emit = function(target, type, event){ ... for(var i in event){ var value = event[i];//dead code??!! var value assigned but not used ??!! if(!(i in nativeEvent)){ nativeEvent[i] = event[i]; } } ...
Change History (4)
comment:1 Changed 9 years ago by
Component: | General → Events |
---|---|
Owner: | set to Kris Zyp |
Status: | new → assigned |
comment:2 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 8 years ago by
Milestone: | tbd → 1.9 |
---|
Note: See
TracTickets for help on using
tickets.
Appears to be valid in that the assigned value is not used. Still appears in trunk.