Skip to content

Commit

Permalink
Fix link in configureStore.development.js, fix #785 (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningboss authored and jhen0409 committed Mar 3, 2017
1 parent c2cbc69 commit 38dd947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/store/configureStore.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const router = routerMiddleware(hashHistory);
/* eslint-disable no-underscore-dangle */
const composeEnhancers = window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__ ?
window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__({
// Options: http://zalmoxisus.github.io/redux-devtools-extension/API/Arguments.html
// Options: http://extension.remotedev.io/docs/API/Arguments.html
actionCreators,
}) :
compose;
Expand Down

0 comments on commit 38dd947

Please sign in to comment.