Searched refs:hasGetComputedStyle (Results 1 – 1 of 1) sorted by relevance
3780 var hasGetComputedStyle = !!window.getComputedStyle; variable3847 if (!hasGetComputedStyle && this.currentStyle) return this.currentStyle[property.camelCase()];3901 if (!hasGetComputedStyle && !this.style[property]){