Searched defs:monitor (Results 1 - 1 of 1) sorted by relevance

/yui3/src/event-custom/js/
H A Dhandle.js64 * @method monitor
65 * @param what {string} what to monitor ('attach', 'detach', 'publish').
66 * @return {EventHandle} return value from the monitor event subscription.
68 monitor: function(what) {
69 return this.evt.monitor.apply(this.evt, arguments);

Completed in 9 milliseconds