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

/yui3/src/event-custom/js/
H A Devent-target.js61 var t = type, detachcategory, after, i;
70 after = true;
85 // detach category, full type with instance prefix, is this an after listener, short type
86 return [detachcategory, (pre) ? _getType(t, pre) : t, after, t];
152 * This is the equivalent to <code>after</code> except the
163 var handle = this.after.apply(this, arguments);
185 * * whether or not this is an after listener,
202 * after the event name.
224 detachcategory, handle, store = Y.Env.evt.handles, after, adapt, shorttype,
227 // full name, args, detachcategory, after
[all...]

Completed in 8 milliseconds