From be1569013da6b2533380edd9530de4a41a841085 Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sat, 28 Jan 2012 08:05:41 +0000 Subject: [PATCH] [view/DE][xs]: default to displayCount to 50. --- src/view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view.js b/src/view.js index b933223f..c80a924c 100644 --- a/src/view.js +++ b/src/view.js @@ -77,7 +77,7 @@ my.DataExplorer = Backbone.View.extend({ var self = this; this.el = $(this.el); this.config = _.extend({ - displayCount: 10 + displayCount: 50 , readOnly: false }, options.config);