node-event-simulation.js revision be8f350a6d9d1ecba4653b4d56053327980a1790
/*
* Functionality to simulate events.
* @submodule node-event-simulate
* @module node-event
*/
/**
* Simulates an event on the node.
* @param {String} type The type of event to simulate (i.e., "click").
* @param {Object} options (Optional) Extra options to copy onto the event object.
* @return {void}
* @method simulate
* @static
* @for Y.Node
*/
};