forked from Botanical/BotanJS
Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/** @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;
|
||||
Reference in New Issue
Block a user