Skip to content

Instantly share code, notes, and snippets.

@nazomikan
Created February 26, 2011 10:26
Show Gist options
  • Save nazomikan/845094 to your computer and use it in GitHub Desktop.
Save nazomikan/845094 to your computer and use it in GitHub Desktop.
newつけ忘れ対策
function hoge() {
if (!(this instanceof hoge)) {
return new hoge();
}
//以下クラスの実装
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment