Skip to content

Instantly share code, notes, and snippets.

@nfroidure
Created April 8, 2013 12:57
Show Gist options
  • Save nfroidure/5336601 to your computer and use it in GitHub Desktop.
Save nfroidure/5336601 to your computer and use it in GitHub Desktop.
So nice to get proxies like that
Object.defineProperty(o, /^[0-9]+$/, {
get : function() { },
set : function() { },
enumerate : function() { },
writable : false,
configurable : false,
enumerable : false
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment