AstroJS/botanjs/src/externs/System.Debug.js
2015-08-14 18:12:10 +08:00

9 lines
138 B
JavaScript

/** @constructor */
System.Debug = function (){}
/** @type {Function} */
System.Debug.Info;
/** @type {Function} */
System.Debug.Error;