ff-stream-web

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

commit e65b5ae2cc091e9d4263cc09556c6439a1b82432
parent 223c28dd56e5f070963926e4b2d92b84eecf32fa
Author: f <fka@fatihak.in>
Date:   Mon, 13 Oct 2014 03:39:51 +0300

change {router:route} to {route}

Diffstat:
Msrc/actions/RouteActions.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/actions/RouteActions.js b/src/actions/RouteActions.js @@ -12,7 +12,7 @@ var AppActions = { setRoute(route) { AppDispatcher.handleViewAction({ actionType: ActionTypes.SET_CURRENT_ROUTE, - route: route + route }); }