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

/yui3/src/widget-parent/js/
H A DWidget-Parent.js85 this._add(children);
534 * @method _add
549 _add: function (child, index) {
562 oChild = this._add(v, (index + k));
619 var added = this._add.apply(this, arguments),

Completed in 707 milliseconds