loading best selling items for sections
This commit is contained in:
@@ -15,15 +15,22 @@ var SectionActions = {
|
||||
AppDispatcher.handleAction({
|
||||
actionType: SectionConstants.SET_SECTION_HOVER,
|
||||
section: section
|
||||
})
|
||||
});
|
||||
},
|
||||
|
||||
unsetSectionHover: function() {
|
||||
AppDispatcher.handleAction({
|
||||
actionType: SectionConstants.UNSET_SECTION_HOVER
|
||||
})
|
||||
});
|
||||
},
|
||||
|
||||
loadSectionDetails: function(sectionId) {
|
||||
AppDispatcher.handleAction({
|
||||
actionType: SectionConstants.LOAD_SECTION_DETAILS,
|
||||
sectionId: sectionId
|
||||
});
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
module.exports = SectionActions;
|
||||
module.exports = SectionActions;
|
||||
|
||||
Reference in New Issue
Block a user