[jQuery] Bug in "fx"?
[jQuery] Bug in "fx"?
When using idrag.js and a created drag with "fx:100" for instance,
the current jQuery SVN bails on line 3938 with the error:
*z.e.curAnim has no properties*
This is the line:
z.el.curAnim[ prop ] = true;
The lines:
if (z.el.curAnim)
z.el.curAnim[ prop ] = true;
work, but i don't know if that is the correct way to do so.
-- Gilles
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/