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

/yui3/src/dd/js/
H A Dconstrain.js199 if (this._cacheHandle) {
200 this._cacheHandle.detach();
202 this._cacheHandle = null;
254 * @property _cacheHandle
257 _cacheHandle: null,
286 this._cacheHandle = Y.on('resize', Y.bind(this._cacheRegion, this), Y.config.win);

Completed in 16 milliseconds