Remove debugging per_page override.

This commit is contained in:
George Stephanis 2015-08-10 18:39:13 -04:00
parent 64475025a6
commit 4d8176a805
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@
}
},
initialize : function() {
this.per_page = 3;
this.qty_pages = Math.ceil( $.map( this.model.get( 'rates' ), function(v){return [v]} ).length / this.per_page );
this.listenTo( this.model, 'change:rates', this.setUnloadConfirmation );
// this.listenTo( this.model, 'saved:rates', this.clearUnloadConfirmation );