dashboard
repositories
filestore
activity
search
login
main
/
map3d
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
忽略libs文件修改
shuishen
2020-11-09
4911e4d7abfc5470178c7d1e953b176b82384f7b
[map3d.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||{}}});