Crow-Eating Time
Monday, November 21st, 2005 There is an erroneous statement on p.599 of Ajax in Action. I’m discussing weird things that one can do with the JavaScript prototype, and incorrectly state that altering the prototype of an object after it is created won’t affect the properties of the already-created object. In fact, it will.
In any event, it’s a well-contained bug, […]