Fiddle here: http://jsfiddle.net/rhodee/4NKVH/
I've been reading the Crockford book and was wondering what is a proven approach to prying open the base constructor object and adding a function to it that child objects can access?
I thought I could access the prototype of my object and it appears that is not possible given my current code.
Thanks for any ideas.