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

Method start

src/common/control/TimeControlBase.js:160–168  ·  view source on GitHub ↗

* @function TimeControlBase.prototype.start * @description 开始。

()

Source from the content-addressed store, hash-verified

158 * @description 开始。
159 */
160 start() {
161 var me = this;
162
163 if (!me.running) {
164 me.running = true;
165 me.tick();
166 me.events.triggerEvent('start', me.currentTime);
167 }
168 }
169
170
171 /**

Callers 15

AnimationSpec.jsFile · 0.45
RenderSpec.jsFile · 0.45
jasmine.jsFile · 0.45
default.jsFile · 0.45
getCanvasFromSVGMethod · 0.45
toggleMethod · 0.45
AESGCMDecryptFunction · 0.45
AESGCMEncryptFunction · 0.45
getCanvasFromSVGMethod · 0.45
mapbox-gl.jsFile · 0.45

Calls 2

triggerEventMethod · 0.80
tickMethod · 0.45

Tested by

no test coverage detected