Skip to content

Instantly share code, notes, and snippets.

@themusicman
Forked from joeybeninghove/application.coffee
Created October 27, 2011 18:15
Show Gist options
  • Save themusicman/1320351 to your computer and use it in GitHub Desktop.
Save themusicman/1320351 to your computer and use it in GitHub Desktop.
$ ->
App.start()
App =
start: ->
console.log('test')
window.App = App
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment