backbone_filters icon indicating copy to clipboard operation
backbone_filters copied to clipboard

Fix for when there are no filters to match

Open L1fescape opened this issue 11 years ago • 0 comments

I think that if a route does not match any expressions inside before or after then it should have default behavior. Currently the router will not hit callback && callback.apply(this, args) for a route without an expression inside before.

How do you feel about this?

L1fescape avatar Nov 16 '13 05:11 L1fescape