ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit ec4182bda55632c9765d30fbae74831fcfa7831e
parent da4d99874b820167dbfb6d4e590d854f973fc4b5
Author: Konstantin Tarkus <koistya@gmail.com>
Date:   Mon,  3 Nov 2014 02:14:48 +0300

Merge pull request #31 from apalm/master

Missing parameter in AppDispatcher.js.
Diffstat:
Msrc/AppDispatcher.js | 2+-
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