Searched refs:fullWindowWidth (Results 1 – 1 of 1) sorted by relevance
384 var fullWindowWidth = window.innerWidth; variable385 if (!fullWindowWidth) {387 fullWindowWidth = documentElementRect.right - Math.abs(documentElementRect.left);389 if (document.body.clientWidth < fullWindowWidth || this.isAppleDevice) {