loading best selling items for sections

This commit is contained in:
Edin Dazdarevic
2015-01-31 13:31:56 +01:00
parent 35cc279527
commit 50a233eae8
8 changed files with 145 additions and 44 deletions

View File

@@ -18,7 +18,7 @@ var ItemCollection = Backbone.Collection.extend({
this.classificationType = type;
} ,
setClassificatonId: function(id) {
setClassificationId: function(id) {
this.classificationId = id;
},