Skip to content

Instantly share code, notes, and snippets.

@hokaccha
Created March 15, 2013 14:51
Show Gist options
  • Save hokaccha/5170378 to your computer and use it in GitHub Desktop.
Save hokaccha/5170378 to your computer and use it in GitHub Desktop.
function Foo() {
if (!(this instanceof Foo)) {
throw new Error('called without new');
}
// initialize
}
var foo = Foo();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment