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

/yui3/src/dd/js/
H A Dconstrain.js239 * @description Fires on drag:start and clears the _regionCache
246 * @property _regionCache
250 _regionCache: null,
264 this._regionCache = this.get('constrain').get('region');
271 this._regionCache = null;
285 if (!this._regionCache) {
289 region = Y.clone(this._regionCache);

Completed in 9 milliseconds