Skip to content

Instantly share code, notes, and snippets.

@overthemike
Created July 2, 2012 16:18
Show Gist options
  • Save overthemike/3034045 to your computer and use it in GitHub Desktop.
Save overthemike/3034045 to your computer and use it in GitHub Desktop.
;(function(){
window.myObject = {
sayHello: function () {
console.log('Hello world');
}
}
myObject.sayHello();
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment