botanjs/src/externs/System.Global.js
raw ยท 234 bytes
/** @constructor */
System.Global = function (){}
/** @type {Boolean} */
System.Global.debug;
/** @type {Boolean} */
System.Global.IE;
/** @type {Boolean} */
System.Global.SECURE_HTTP;
/** @type {Boolean} */
System.Global.MOBILE;