quirkey / sammy

Sammy is a tiny javascript framework built on top of jQuery, It's RESTful Evented Javascript.
http://sammyjs.org
MIT License
2.99k stars 384 forks source link

adding exclusions to around() and after() #237

Open rosshinkley opened 9 years ago

rosshinkley commented 9 years ago

before() has an options parameter that allows for the inclusion or exclusion of routes. Out of curiosity, is there a reason why around() and after() don't allow for these options as well?