imakewebthings / deck.js

Modern HTML Presentations

Home Page:http://imakewebthings.com/deck.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change to initialization signature

imakewebthings opened this issue · comments

Add an option, slideSelector, that does the same job as the first parameter to $.deck(). Make this option required, and allow only the options object to be passed to init. Make the current signature act as an alias for the new one.

Done, but following the 1.0 convention for options this is options.selectors.slides. Doc update to come, but the change is in master.

This is included in the 1.1.0 release.