Skip to content

Instantly share code, notes, and snippets.

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