initialize: function( initialBooks) { this.collection = new app.Library(initialBooks); this.listenTo(this.collection, 'add', this.renderBook.bind(this)); this.render(); },