MCPcopy 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
1169var 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.jsFile · 0.50

Calls 2

classCallCheckFunction · 0.70
initMethod · 0.45

Tested by

no test coverage detected