dashboard
repositories
filestore
activity
search
login
main
/
pyhmap
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
飞行路线路线新增
shuishen
2021-06-18
f46480abc29d5a8612c4a520d9c1634b8a6004d6
[pyhmap.git]
/
corelib
/
xstyle
/
util
/
getComputedStyle.js
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||{}}});