botanjs/src/externs/System.Tick.js
raw ยท 267 bytes
/** @constructor */
System.Tick = function (){}
/** @type {Function} */
System.Tick.prototype.putStepper;
/** @type {Function} */
System.Tick.prototype.start;
/** @type {Function} */
System.Tick.prototype.stop;
/** @type {Array} */
System.Tick.prototype.steppers;