oops -- this was a fix from the last merge - sorry

This commit is contained in:
geogolem 2017-03-07 10:09:27 -05:00
parent b71031f6d3
commit 88140dd3aa
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ module.exports = Marionette.Layout.extend({
//debugger;
this.seriesCollection.bindSignalR();
var pageSize = parseInt(Config.getValue("pageSize")) || 10;
if (this.series.state.pageSize !== pageSize) {
if (this.seriesCollection.state.pageSize !== pageSize) {
this.seriesCollection.setPageSize(pageSize);
}
//this.listenTo(MoviesCollection, 'sync', function() {