Created
September 20, 2013 14:32
-
-
Save lisp-ceo/6638500 to your computer and use it in GitHub Desktop.
Instantiating new classes over HTTP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function f(a,o){o=o.__proto__;return o?f(a.concat(http://o.constructor.name ),o):a})([],document.body) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment