MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / getThumbLocation

Function getThumbLocation

examples/js/example.js:136–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136function getThumbLocation() {
137 var param = window.location.toString();
138 return param.substr(0, param.lastIndexOf('/'));
139}
140
141//chart宽高自适应
142function resizeCharts() {

Callers 1

example.jsFile · 0.85

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected