which occurs in a function that gets called as a callback after a user
clicks on something and an animation occurs.
It says:
Uncaught TypeError: Object #<klass> has no method 'disabled'
Uncaught TypeError: Property 'enabled' of object #<klass> is not a
function
All help is greatly appreciated!
Simon A. Eugster
unread,
Nov 9, 2011, 2:52:18 PM11/9/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to livepipe...@googlegroups.com
Note that there really is no disabled() function: disabled is just an event, see https://github.com/syntacticx/livepipe-ui/blob/master/src/scrollbar.js. Also the �enableD� error you get seems to originate at a different place since you call enable() (without a d) below. enabled is a property and not a function.