MCPcopy 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
53function screenResize() {
54 window.onresize = function () {
55 mapHeight();
56 };
57}
58
59//初始化编辑器
60function initCodeEditor(showCode) {

Callers 1

initPageFunction · 0.85

Calls 1

mapHeightFunction · 0.85

Tested by

no test coverage detected