Tests and cleanup

This commit is contained in:
Mark McDowall
2013-12-10 18:00:44 -08:00
parent a9ece10144
commit 0a12343b9e
10 changed files with 71 additions and 15 deletions
@@ -99,11 +99,6 @@ define(
]
},
initialize: function () {
this.listenTo(SeriesCollection, 'sync', this._showTable);
this.listenTo(SeriesCollection, 'remove', this._showTable);
},
onRender: function () {
this._showToolbar();
this._showTable();