Extended backbone view with support for child views
npm install backbone-childsbackbone-childs
===============
Extends the default Backbone view with support for subviews (aka child views).
It uses backbone-viewj (backbone view with jbone) and doesn't need jQuery nor Zepto as dependecy.
Features
--------
* ordering: (optiona) add this attribute to your view for custom ordering (otherwise it will order after your key)
* key access : views are saved in a dictionary
call this command in your render function to render all subviews.
adds a view with key.
If you don't have a ordering attribute it will set your key as ordering attribute.
gets the view with key.
removes the view with key.
destroys all child views.
destroys this view