Created
September 8, 2011 16:54
-
-
Save Raynos/1203895 to your computer and use it in GitHub Desktop.
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
"prototype": function _prototype(proto) { | |
return this.assert( | |
proto.isPrototypeOf(this.obj), | |
"expected " + this.inspect + " to have " + i(proto) + " in it's prototype chain", | |
"expected " + this.inspect + " to not have "+ i(proto) + " in it's prototype chain" | |
); | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment