Skip to content

Instantly share code, notes, and snippets.

@lisp-ceo
Created September 20, 2013 14:32
Show Gist options
  • Save lisp-ceo/6638500 to your computer and use it in GitHub Desktop.
Save lisp-ceo/6638500 to your computer and use it in GitHub Desktop.
Instantiating new classes over HTTP
(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