Created
October 12, 2011 20:50
-
-
Save tamzinblake/1282497 to your computer and use it in GitHub Desktop.
simpler version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function bar (p) { return p } | |
function barcons () {} | |
barcons.prototype=bar | |
var c = new barcons | |
c(1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment