timer.restart()

timer.restart(callback[, delay[, time]])

Restart a timer with the specified callback and optional delay and time. This is equivalent to stopping this timer and creating a new timer with the specified arguments, although this timer retains the original invocation priority.

doc_D3_Js
2016-11-24 10:29:17
Comments
Leave a Comment

Please login to continue.