Opened 15 years ago
Closed 15 years ago
#3164 closed bug (duplicate)
for-loop is off by 1
Reported by: | genedronek | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | event | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
for-loop (nr line 2102) that clones "read-only properties" from props list is off by 1. Causes "undefined" property name in event object. I fixed this using
for ( var i=props.length; --i >= 0; )
Change History (1)
comment:1 Changed 15 years ago by
Component: | core → event |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I already fixed this on [5707]. Thanks for reporting.