bespokejs / bespoke

DIY Presentation Micro-Framework

Home Page:http://markdalgleish.com/projects/bespoke.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Destroy a Slide Deck

LucyintheSkyWithDiamonds opened this issue · comments

Sorry if I am missing something here, but after creating a deck, how do I destroy it?

If not already possible, can you add that as a method or advise how I would go about it? Would removing all the bespoke type classes from the specific area of the DOM suffice?

What's your use case? What do you want to restore?

The destroy method is now available. It fires the destroy event, then unregisters all listeners. If additional functionality is needed, please open a new issue with specifics.