Skip to content

Instantly share code, notes, and snippets.

@felixge
Created August 27, 2010 13:33
Show Gist options
  • Save felixge/553358 to your computer and use it in GitHub Desktop.
Save felixge/553358 to your computer and use it in GitHub Desktop.
function Client(config) {
if (!(this instanceof Client)) {
return new Client(config);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment