view now gets item with details
This commit is contained in:
@@ -5,7 +5,7 @@ var Backbone = require('backbone'),
|
||||
Section = require('../models/section');
|
||||
|
||||
var StartPageSectionsView = Backbone.View.extend({
|
||||
el: '#content',
|
||||
el: '#header',
|
||||
template: '<div class="section-list-container"></div>',
|
||||
initialize: function() {
|
||||
//alert('StartPageSectionsView init');
|
||||
|
||||
Reference in New Issue
Block a user