commit 22cd0bfa92306583417fd7b7876b9a39d24a6717
parent da4d99874b820167dbfb6d4e590d854f973fc4b5
Author: Andrew Palm <apalm@ics.uci.edu>
Date: Sun, 2 Nov 2014 14:25:45 -0800
Add missing parameter in AppDispatcher.js.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/AppDispatcher.js b/src/AppDispatcher.js
@@ -15,7 +15,7 @@ var AppDispatcher = _.extend(new Dispatcher(), {
* @param {object} action The details of the action, including the action's
* type and additional data coming from the server.
*/
- handleServerAction() {
+ handleServerAction(action) {
var payload = {
source: PayloadSources.SERVER_ACTION,
action