forked from Botanical/BotanJS
9 lines
138 B
JavaScript
9 lines
138 B
JavaScript
|
/** @constructor */
|
||
|
System.Debug = function (){}
|
||
|
|
||
|
/** @type {Function} */
|
||
|
System.Debug.Info;
|
||
|
|
||
|
/** @type {Function} */
|
||
|
System.Debug.Error;
|