Skip to content

Instantly share code, notes, and snippets.

@Jorshasaur
Created August 4, 2012 18:27
Show Gist options
  • Save Jorshasaur/3259174 to your computer and use it in GitHub Desktop.
Save Jorshasaur/3259174 to your computer and use it in GitHub Desktop.
Test Gist
(function(){
return{
init: function(){
console.log("this is just a test!");
}
}
}).();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment