Skip to content

Instantly share code, notes, and snippets.

@linus-amg
Created July 22, 2015 14:29
Show Gist options
  • Save linus-amg/0d1c792ed6e8153428b4 to your computer and use it in GitHub Desktop.
Save linus-amg/0d1c792ed6e8153428b4 to your computer and use it in GitHub Desktop.
router
class Router extends Marionette.AppRouter
routes:
'*default': ->
App.channel.comply 'routes:default'
module.exports = Router
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment