Skip to content

Instantly share code, notes, and snippets.

@secretrobotron
Created May 18, 2012 21:24
Show Gist options
  • Save secretrobotron/2727666 to your computer and use it in GitHub Desktop.
Save secretrobotron/2727666 to your computer and use it in GitHub Desktop.
blah
function(){
var _foo;
this.foo = _foo;
this.setFoo = function(value){
_foo = value;
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment