You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that the createTrailingSlashRoutes: true instance property is applied to neither App.Routers.SuperRouter nor the routers extending from it. This appears to be the result of backbone.subroute.js line 38:
indicating that the createTrailingSlashRoutes option must be supplied to the router when it's instantiated. It looks like this would be a simple change:
and I would like to know wether this is worth doing before I go through the process of throwing together a PR. For the time being I am supplying my own constructor:
I'm in a situation where I have the following:
from which I extend:
I've noticed that the
createTrailingSlashRoutes: true
instance property is applied to neitherApp.Routers.SuperRouter
nor the routers extending from it. This appears to be the result of backbone.subroute.js line 38:indicating that the
createTrailingSlashRoutes
option must be supplied to the router when it's instantiated. It looks like this would be a simple change:and I would like to know wether this is worth doing before I go through the process of throwing together a PR. For the time being I am supplying my own constructor:
Let me know your thoughts when you've got a moment - thanks!
The text was updated successfully, but these errors were encountered: