forked from tbranyen/backbone.layoutmanager
-
Notifications
You must be signed in to change notification settings - Fork 1
From 0.7 to 0.8
uus edited this page Jan 30, 2013
·
2 revisions
This is a significant update compared to 0.7. Lots of changes have been made to ensure a stable and consistent API.
- Rename all instances of
Backbone.LayoutManagerandBackbone.LayoutViewtoBackbone.Layout. - Rename all instances of
datatoserialize. - Rename any instances of
_optionstogetAllOptions. - Rename any custom
appendfunctions toinsert. - Upgrade your application to Backbone 0.9.9 and at least Underscore 1.4.2.
- Lo-Dash is no longer supported, use the lodash.underscore build instead.