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

/yui3/src/event/js/
H A Devent-facade-dom-touch.js15 * @for DOMEventFacade
21 Y.DOMEventFacade.prototype._touch = function(e, currentTarget, wrapper) {
35 * @type {DOMEventFacade[]}
42 touchCache[Y.stamp(et)] = this.touches[i] = new Y.DOMEventFacade(et, currentTarget, wrapper);
55 * @type {DOMEventFacade[]}
63 this.targetTouches[i] = etCached || new Y.DOMEventFacade(et, currentTarget, wrapper);
85 @type {DOMEventFacade[]}
93 this.changedTouches[i] = etCached || new Y.DOMEventFacade(et, currentTarget, wrapper);

Completed in 599 milliseconds