node-event-simulate.js revision ff19d525320127f9618e94af8c9bc400a9d8fe0a
/*
* Functionality to simulate events.
* @module node
* @for Node
* @submodule node-event-simulate
*/
/**
* 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
*/
};