canjs / can-route

Observable front-end application routing for CanJS.
https://canjs.com/doc/can-route.html
MIT License
10 stars 4 forks source link

Include routeData reflections in prod #214

Closed matthewp closed 5 years ago

matthewp commented 5 years ago

There was a steal-remove-end in the wrong spot, which caused the code that defines keys for the RouteData DefineMap to not be included in prod. Fixes #213