fixed paging on subcategory browsing page

This commit is contained in:
Edin Dazdarevic
2015-03-30 00:05:57 +02:00
parent 7c1eb2f4fd
commit 76d5fd7599
5 changed files with 33 additions and 18 deletions

View File

@@ -24,6 +24,12 @@ var BySubCategoryActions = {
actionType: BySubCategoryConstants.REMOVE_APPLIED_FILTER,
name: name
});
},
changePage: function(page) {
AppDispatcher.handleAction({
actionType: BySubCategoryConstants.CHANGE_PAGE,
page: page
});
},
};