Searched refs:dest (Results 1 - 2 of 2) sorted by relevance

/yui3/src/collection/js/
H A Darraylist.js157 * <p>Adds a pass through method to dest (typically the prototype of a list
181 * @param dest {Object} Object or prototype to receive the iterator method
184 addMethod: function ( dest, names ) {
189 dest[ name ] = function () {
/yui3/build/arraylist/
H A Darraylist-debug.js159 * <p>Adds a pass through method to dest (typically the prototype of a list
183 * @param dest {Object} Object or prototype to receive the iterator method
186 addMethod: function ( dest, names ) {
191 dest[ name ] = function () {

Completed in 61 milliseconds