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

/yui3/src/pjax/js/
H A Dpjax-base.js10 var win = Y.config.win, variable
245 win && win.location.replace(url);
247 win && (win.location = url);
406 if (win && this.get('scrollToTop')) {
412 win.scroll(0, 0);

Completed in 113 milliseconds