botanjs/src/externs/System.Tick.js
raw ยท 319 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;
/** @type {number} */
System.Tick.prototype.count;