Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuperMap/iClient-JavaScript
/ X
Function
X
libs/mapv/mapv.3d.js:1170–1176 ·
view source on GitHub ↗
(dom, opt)
Source
from the content-addressed store, hash-verified
1168
1169
var
X =
function
() {
1170
function
X(dom, opt) {
1171
classCallCheck(this, X);
1172
1173
this.dom = dom;
1174
this.opt = opt;
1175
this.init();
1176
}
1177
1178
createClass(X, [{
1179
key:
'init'
,
Callers
1
ol.js
File · 0.50
Calls
2
classCallCheck
Function · 0.70
init
Method · 0.45
Tested by
no test coverage detected