From 95a3be7265b003ba438cf757aef851a38d64cf9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cruz?= Date: Fri, 4 Mar 2016 23:04:18 +0000 Subject: [PATCH] [fix] Typo. --- src/core/StateRegistry/StateRegistry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/StateRegistry/StateRegistry.js b/src/core/StateRegistry/StateRegistry.js index c6979a1..a79d51a 100644 --- a/src/core/StateRegistry/StateRegistry.js +++ b/src/core/StateRegistry/StateRegistry.js @@ -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 }; };