[view/DE][xs]: default to displayCount to 50.

This commit is contained in:
Rufus Pollock
2012-01-28 08:05:41 +00:00
parent cb5cf25ef1
commit be1569013d

View File

@@ -77,7 +77,7 @@ my.DataExplorer = Backbone.View.extend({
var self = this; var self = this;
this.el = $(this.el); this.el = $(this.el);
this.config = _.extend({ this.config = _.extend({
displayCount: 10 displayCount: 50
, readOnly: false , readOnly: false
}, },
options.config); options.config);