Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #67 from KevinTCoughlin/patch-1
Browse files Browse the repository at this point in the history
Fixes #66 - Update dispatch doc block
  • Loading branch information
mridgway committed May 22, 2015
2 parents 9a32336 + 2e4b9a4 commit 60ffbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DispatcherContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DispatcherContext.prototype.getStore = function getStore(name) {
};

/**
* Dispatches a new action or queues it up if one is already in progress
* Dispatches a new action or throws if one is already in progress
* @method dispatch
* @param {String} actionName Name of the action to be dispatched
* @param {Object} payload Parameters to describe the action
Expand Down

0 comments on commit 60ffbb6

Please sign in to comment.