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

/yui3/src/dd/js/
H A Dconstrain.js188 _lastTickYFired: null,
233 this._lastTickYFired = null;
419 if ((Y.Lang.isNumber(yt) || this.get(TICK_Y_ARRAY)) && (this._lastTickYFired !== _xy[1])) {
421 this._lastTickYFired = _xy[1];

Completed in 8 milliseconds