Skip to content

Instantly share code, notes, and snippets.

@hokaccha
Created March 15, 2013 14:31
Show Gist options
  • Save hokaccha/5170238 to your computer and use it in GitHub Desktop.
Save hokaccha/5170238 to your computer and use it in GitHub Desktop.
function Foo() {
'use strict';
this.prototype;
// initialize
}
var foo = Foo();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment