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.
Fixed in SVN.