Home
last modified time | relevance | path

Searched refs:styleProp (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/webclients/novnc/include/
Dutil.js441 function getStyle(obj, styleProp) { argument
444 y = obj.currentStyle[styleProp];
446 y = window.getComputedStyle(obj, null)[styleProp];