mirror of
https://github.com/fergalmoran/dss.git
synced 2026-04-04 20:05:03 +00:00
Upped mix count to 10
This commit is contained in:
@@ -2,6 +2,6 @@ define ['backbone', 'models/mix/mixItem', 'app.lib/backbone.dss.model.collection
|
||||
(Backbone, MixItem, DssCollection) ->
|
||||
class MixCollection extends DssCollection
|
||||
model: MixItem
|
||||
url:com.podnoms.settings.urlRoot + "mix/?limit=5"
|
||||
url:com.podnoms.settings.urlRoot + "mix/?limit=10"
|
||||
|
||||
MixCollection
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
MixCollection.prototype.model = MixItem;
|
||||
|
||||
MixCollection.prototype.url = com.podnoms.settings.urlRoot + "mix/?limit=5";
|
||||
MixCollection.prototype.url = com.podnoms.settings.urlRoot + "mix/?limit=10";
|
||||
|
||||
return MixCollection;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user