https://github.com/Shopify/batman/compare/v0.13.0...master
- Added:
App.shouldAllowEvent.[event]. Callbacks in this hash will be called whenever the correspondingdata-eventis fired from anywhere within the app. Return false to prevent app-level propagation. For example:
class MyApp extends Batman.App
@shouldAllowEvent.click = (event) ->
return false