History log of /yui3/src/node/js/node-event.js
Revision Date Author Comments Expand
d31dea0ecc7ccd7aed4754eeb5a4e36e063c8e84 29-Aug-2011 Luke Smith <lsmith@yahoo-inc.com>

Fill out on() API docs And others while I'm at it. Fixed a few things in the Node/NodeList API docs related to the event system while I was in there.

8346e283ad797ef549be70335d3961f4324901ba 26-Jul-2011 Ryan Grove <ryan@wonko.com>

API doc tweaks to get Node/NodeList items displayed in the correct places and under the correct modules.

74570091844e16d76ff9ff7b8b2ec79fb9c6aa75 14-Jul-2011 Luke Smith <lsmith@yahoo-inc.com>

Add onceAfter alias for NodeList.proto NodeList is not augmented with EventTarget, and so gets its methods by explicit definition. EventTarget.prototype.onceAfter was added for 3.4.0 and so needed to be defined on NodeList.proto.

8ff167b366d7ee96cfc801bb01cd93e3ce573cbf 20-Jun-2011 Matt Sweeney <matt.sweeney@yahoo.com>

break out node-core