tbranyen on master
chore: remove link to sketchy "… Update README.md Merge pull request #508 from wa… (compare)
tbranyen on master
No longer maintained (compare)
beforeRender
using setViews
, but I like how declarative views
are
They both point to the same git repository but they have some subtle differences in that they require different versions on backbone.
layoutmanager requires backbone 1.2.1 but backbone.layoutmanager requires backbone 1.1.2. This is a bit confusing.
Looking on github I can't find the version of layoutmanager that was published in npm as layoutmanager.
There are some useful change in backbone 1.2.x to enable its use without jQuery which I'm interested in so I guess my question is what's the status on supporting backbone 1.2.x?
Thanks!
childView.parentView = this;
this.setView(childView);
parentView
method that returns whatever layoutmanager thinks the parent view is
setViews
instead