Ticket #834 (closed defect: fixed)
passing a property to FX.Tween on creation causes 'camelCase is not a function'
| Reported by: | Ariel | Owned by: | |
|---|---|---|---|
| Type: | defect | Priority: | major |
| Milestone: | Mootools version 1.2 | Component: | Core |
| Keywords: | getStyle camelCase integer FX.Tween | Cc: | aeron.glemann@… |
Description
Hello. Using latest SVN version (2008-02-17 build 1398 (i think)) I'm having the next error:
property.camelCase is not a function (line 2011)
that line is: (in getStyle: function(property))
property = property.camelCase();
using FireFox? I can see that the problem is, that "property" is a number... is 1 (integer)... so camelCase() doesn't exists.
This didn't happen before (I just upgrade to the latest version from the SVN).
Thanks
Change History
Note: See
TracTickets for help on using
tickets.