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

Function done

libs/echarts/echarts-en.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

nothing calls this directly

Calls 1

callbackFunction · 0.50

Tested by

no test coverage detected