Skip to main content

Bug Tracker

Side navigation

#85 closed bug (fixed)

Opened July 22, 2006 01:35AM UTC

Closed August 15, 2006 05:00AM UTC

Last modified June 20, 2007 03:08AM UTC

complex animation error

Reported by: will@willjessup.com Owned by:
Priority: minor Milestone: 1.0
Component: effects Version: 1.0
Keywords: Cc:
Blocked by: Blocking:
Description

error z.o.complete has no properties when doing complex animations w/ multiple methods each.

solution is line 1292

johnresig (6:31:36 PM): change if( z.o.complete.constructor == Function ) {

johnresig (6:31:48 PM): if( z.o.complete && z.o.complete.constructor == Function ) {

works.

Attachments (0)
Change History (2)

Changed July 22, 2006 05:05PM UTC by john comment:1

component: eventfx
milestone: → 1.0
version: → 1.0

Changed August 15, 2006 05:00AM UTC by john comment:2

resolution: → fixed
status: newclosed

Fixed in SVN.