Searched refs:styleProp (Results 1 – 1 of 1) sorted by relevance
289 getStyle: function(obj, styleProp) { argument291 return obj.currentStyle[styleProp];293 return document.defaultView.getComputedStyle(obj,null).getPropertyValue(styleProp);