You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught TypeError: Cannot set property 'keys' of undefined bespoke-keys.js:9
2014-08-24 16:08:45.340
Uncaught TypeError: Cannot set property 'loop' of undefined bespoke-loop.js:11
2014-08-24 16:08:45.342
Uncaught TypeError: Cannot set property 'fx' of undefined bespoke-fx.js:769
2014-08-24 16:08:45.343
Uncaught TypeError: undefined is not a function
The text was updated successfully, but these errors were encountered:
developerworks
changed the title
The latest bespoke have errors wtih bespoke-fx the chrome browser console.
The latest bespoke have errors wtih bespoke-fx demo
Aug 24, 2014
I haven't looked at this project in quite a while. When I get some time I'll have a look. Thanks for reporting the error. Do let me know if you figure anything out.
But bespoke now officially uses modules, e.g., from the README:
Plugins are simply functions that are called when presentations are created. They are passed a deck instance which allows you to interact with the deck's state, bind events and modify its elements.
To be consistent with the suite of official Bespoke.js plugins, it is highly recommended that you implement your plugin as a function that takes configuration and returns a plugin function.
The text was updated successfully, but these errors were encountered: