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

/yui3/src/node/js/
H A Dnodelist.js70 NodeList.addMethod = function(name, fn, context) {
103 NodeList.addMethod(name, host[name]);
H A Dnode-core.js180 * @method addMethod
189 Y_Node.addMethod = function(name, fn, context) {
232 Y_Node.addMethod(altName, host[name], host);

Completed in 10 milliseconds