shuishen
2021-06-08 5ba3dff421a0beb491ee88975f74cb85ead475ef
1
2
//>>built
define("xstyle/util/getComputedStyle",[],function(){return document.defaultView.getComputedStyle?function(a){return a.ownerDocument.defaultView.getComputedStyle(a,null)}:function(a){return a.currentStyle||{}}});