Searched defs:obj (Results 1 - 1 of 1) sorted by relevance
/yui3/src/event-custom/js/ |
H A D | event-do.js | 47 * @param obj the object hosting the method to displace 55 before: function(fn, obj, sFn, c) { 63 return this._inject(DO_BEFORE, f, obj, sFn); 86 * @param obj the object hosting the method to displace 93 after: function(fn, obj, sFn, c) { 100 return this._inject(DO_AFTER, f, obj, sFn); 110 * @param obj the object hosting the method to displace 117 _inject: function(when, fn, obj, sFn) { 120 var id = Y.stamp(obj), o, sid; 123 // create a map entry for the obj i 131 o[sFn] = new Y.Do.Method(obj, sFn); function [all...] |
Completed in 35 milliseconds