Skip to content

Commit

Permalink
Merge pull request #404 from yahoo/removeUnusedNavigate
Browse files Browse the repository at this point in the history
Remove unused `navigate` key
  • Loading branch information
mridgway committed Mar 24, 2016
2 parents a081ba2 + 0f0cb2b commit ce8937e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/fluxible-router/lib/RouteStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ var RouteStore = createStore({
name: route.name,
url: route.url,
params: route.params,
navigate: route.navigate,
query: route.query
});

Expand Down
2 changes: 0 additions & 2 deletions packages/fluxible-router/tests/unit/lib/RouteStore-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ describe('RouteStore', function () {
name: 'foo',
url: '/foo',
params: {},
navigate: undefined,
query: {}
};

Expand All @@ -215,7 +214,6 @@ describe('RouteStore', function () {
name: 'bar',
url: '/bar',
params: {},
navigate: undefined,
query: {}
};

Expand Down

0 comments on commit ce8937e

Please sign in to comment.