Skip to content

Commit

Permalink
Update PaginatedStoreUtils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Sep 19, 2014
1 parent f2fc9b7 commit 0b71901
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/utils/PaginatedStoreUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ function createListActionHandler(actions) {
var {
request: requestAction,
error: errorAction,
success: successAction,
preload: preloadAction
success: successAction
} = actions;

invariant(requestAction, 'Pass a valid request action.');
Expand Down Expand Up @@ -125,4 +124,4 @@ var PaginatedStoreUtils = {
createListActionHandler: createListActionHandler
};

module.exports = PaginatedStoreUtils;
module.exports = PaginatedStoreUtils;

0 comments on commit 0b71901

Please sign in to comment.