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

/yui3/src/node/js/
H A Dnode-core.js153 * @method scrubVal
159 Y_Node.scrubVal = function(val, node) {
179 * Adds methods to the Y.Node prototype, routing through scrubVal.
208 ret = Y_Node.scrubVal(ret, node);
400 val = Y_Node.scrubVal(val, this);
761 return Y_Node.scrubVal(ret, this);

Completed in 72 milliseconds