slickback
slickback copied to clipboard
Using Slickback collection prevents you from using the default initialize function
You use the initialize function to install data view handlers, bind collection events etc. This means if I specify my own inititalize function on the collection, the slickback init doesn't run.
It might be worth mentioning in the docs that if you have a collection that has it's own initialize function, you need to run the slickback init's manually. It might be worth putting all the slickback init's into a single slickbackInitialize() function (rather than having installdataviewhandlers, bindcollectioneventtranslations etc) to make this easier to do.