Skip to content

Instantly share code, notes, and snippets.

@vestige
Created October 9, 2012 13:23
Show Gist options
  • Select an option

  • Save vestige/3858777 to your computer and use it in GitHub Desktop.

Select an option

Save vestige/3858777 to your computer and use it in GitHub Desktop.
97.js
var myobj;
(function() {
var name = "my, oh, oh";
myobj = {
getName: function() {
return name;
}
};
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment