Skip to content

Instantly share code, notes, and snippets.

@devth
Created October 4, 2010 18:07
Show Gist options
  • Save devth/610162 to your computer and use it in GitHub Desktop.
Save devth/610162 to your computer and use it in GitHub Desktop.
// http://jsfiddle.net/uhNQX/
var NS = (function(){
var something = "hi";
return {
alert_something : function(){
alert( something );
}
}
}());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment