MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / done

Function done

libs/echarts/echarts.simple.js:4951–4956  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4949 var animators = animatable.animators.slice();
4950 var count = animators.length;
4951 function done() {
4952 count--;
4953 if (!count) {
4954 callback && callback();
4955 }
4956 }
4957
4958 // No animators. This should be checked before animators[i].start(),
4959 // because 'done' may be executed immediately if no need to animate.

Callers 15

InitMapSpec.jsFile · 0.50
VideoMapSpec.jsFile · 0.50
WebMapV2Spec.jsFile · 0.50
callbackFunction · 0.50
WebMapSpec.jsFile · 0.50
callbackFunction · 0.50
WebMapV3Spec.jsFile · 0.50
callbackFunction · 0.50
WebMapV22Spec.jsFile · 0.50
MapExtendSpec.jsFile · 0.50

Calls 1

callbackFunction · 0.50

Tested by

no test coverage detected