Put a dynamic ID to a Backbone View and LayoutManager
One solution relies on knowing the ID at the view's creation :
new Presets.Views.Row({model: model, id: "preset-row-"+model.id}
Just another Yipp.ca Blogs site
One solution relies on knowing the ID at the view's creation :
new Presets.Views.Row({model: model, id: "preset-row-"+model.id}
Recent Comments