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

/yui3/src/dd/js/
H A Dproxy.js91 * @property _hands
94 _hands: null,
106 if (!this._hands) {
107 this._hands = [];
115 Y.each(this._hands, function(v) {
137 this._hands = [h, h1];
144 Y.each(this._hands, function(v) {

Completed in 13 milliseconds