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

/yui3/src/dd/js/
H A Dproxy.js149 clone: function() {
224 d = drag.proxy.clone();
/yui3/src/oop/js/
H A Doop.js241 * @method clone
242 * @param {object} o what to clone.
245 * original is initially protected, but the clone is not completely
247 * prototype items that are deleted from the clone will result
249 * on a non-safe clone, items should be nulled out rather than deleted.
254 * @param {object} owner Owner object passed when clone is iterating
260 Y.clone = function(o, safe, f, c, owner, cloned) {
290 // #2528250 only one clone of a given object should be created.
303 // #2528250 don't try to clone element properties
314 Y.clone(
[all...]

Completed in 346 milliseconds