Searched refs:styleProp (Results 1 – 1 of 1) sorted by relevance
441 function getStyle(obj, styleProp) { argument444 y = obj.currentStyle[styleProp];446 y = window.getComputedStyle(obj, null)[styleProp];