Skip to content

Commit

Permalink
[fix] Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Mar 4, 2016
1 parent d33fb41 commit 95a3be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/StateRegistry/StateRegistry.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ define([
// Finally add it.. note that we don't need to push
// to the routes array because he is already there..
this._states[finalState] = {
route: routes,
routes: routes,
validator: this._states[initialState].validator
};
};
Expand Down

0 comments on commit 95a3be7

Please sign in to comment.