Skip to content

Instantly share code, notes, and snippets.

@knalli
Created July 4, 2012 19:28
Show Gist options
  • Save knalli/3049143 to your computer and use it in GitHub Desktop.
Save knalli/3049143 to your computer and use it in GitHub Desktop.
Einfaches Steal-Beispiel (CoffeeScript)
steal('jquery').then -> $(document).find('title').text 'Hello World'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment