mastercontroller 1.2.8 → 1.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/MasterRouter.js +1 -1
  2. package/package.json +1 -1
package/MasterRouter.js CHANGED
@@ -131,7 +131,7 @@ class MasterRouter {
131
131
  constraint : constraint
132
132
  };
133
133
 
134
- $that._routes[$that.currentRouteName].routes.push(route);
134
+ $that._routes[$that.currentRouteName].routes.push(route);
135
135
 
136
136
  },
137
137
 
package/package.json CHANGED
@@ -18,5 +18,5 @@
18
18
  "scripts": {
19
19
  "test": "echo \"Error: no test specified\" && exit 1"
20
20
  },
21
- "version": "1.2.8"
21
+ "version": "1.2.9"
22
22
  }