Skip to content

Instantly share code, notes, and snippets.

@jackboberg
Created December 13, 2013 01:50
Show Gist options
  • Save jackboberg/7938736 to your computer and use it in GitHub Desktop.
Save jackboberg/7938736 to your computer and use it in GitHub Desktop.
#= require_tree ./
class App.Routers.Common extends App.Routers.Base
routes:
'*': 'global'
# ---------------------------------------------------------------------
global: (r)->
$(window).load @windowLoad
$(document).ajaxComplete @ajaxComplete
# ---------------------------------------------------------------------
ajaxComplete: () =>
null
# ---------------------------------------------------------------------
windowLoad: () =>
null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment