Skip to content

Instantly share code, notes, and snippets.

@christkv
Created January 13, 2014 14:33
Show Gist options
  • Save christkv/8401289 to your computer and use it in GitHub Desktop.
Save christkv/8401289 to your computer and use it in GitHub Desktop.
var A = function() {
var _a = 1;
this.A = function() {
return _a;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment