Skip to content

Instantly share code, notes, and snippets.

@haeric
Created May 24, 2014 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save haeric/7249c75fd0d91c725d46 to your computer and use it in GitHub Desktop.
Save haeric/7249c75fd0d91c725d46 to your computer and use it in GitHub Desktop.
function MyLittlePony(arg1, arg2, arg3) {
if (this === window) return new MyLittlePony(arg1, arg2, arg3);
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment