Prototype 1.6.0 release candidate

Sunday, August 26, 2007

It was just released the release candidate of Prototype 1.6.0 with interesting updates to the entire system API. In particular, observe the method of the Event object has been improved and now provides the context of the object that issued the event. This "right" behavior can however be overwritten. This means that by default, this refers to the object that issued the event. [...]