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

only serialize props on define that are strings #198

Closed mikemitchel closed 6 years ago

mikemitchel commented 6 years ago

This makes sure that objects, and thus their key/value pairs are not stringified when can-route.data changes.