Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuperMap/iClient-JavaScript
/ screenResize
Function
screenResize
examples/js/editor.js:53–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
}
52
53
function
screenResize() {
54
window.onresize =
function
() {
55
mapHeight();
56
};
57
}
58
59
//初始化编辑器
60
function
initCodeEditor(showCode) {
Callers
1
initPage
Function · 0.85
Calls
1
mapHeight
Function · 0.85
Tested by
no test coverage detected