Skip to main content

Bug Tracker

Side navigation

#3164 closed bug (duplicate)

Opened July 16, 2008 06:14AM UTC

Closed July 22, 2008 01:31AM UTC

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; )

Attachments (0)
Change History (1)

Changed July 22, 2008 01:31AM UTC by flesler comment:1

component: coreevent
resolution: → duplicate
status: newclosed

I already fixed this on [5707].

Thanks for reporting.