Skip to content

Instantly share code, notes, and snippets.

@jlbfalcao
Created July 13, 2011 20:16
Show Gist options
  • Save jlbfalcao/1081220 to your computer and use it in GitHub Desktop.
Save jlbfalcao/1081220 to your computer and use it in GitHub Desktop.
var obj = (function() {
var list = [];
return {
f: function() {
return list;
}
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment