* fix feed

This commit is contained in:
Seth Call 2016-01-30 16:09:17 -06:00
parent 9e9c2819dd
commit 5bd36e3731
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
var userId = null;
var bandId = null;
var currentFeedPage = 0;
var feedBatchSize = 4;
var feedBatchSize = 10;
var $screen = null;
var $scroller = null;
var $content = null;