Initial commit

This commit is contained in:
2015-08-14 18:12:10 +08:00
parent f19f612fad
commit 4c93896df3
93 changed files with 4724 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
/** @constructor
* @implements {EventTarget}
**/
var BotanJS = function() {};
/** @type {Function} */
BotanJS.define;
/** @type {Function} */
BotanJS.getDef;
/** @type {Object} */
BotanJS.log = {};
/** @type {Function} */
BotanJS.log.write;
/** @type {Function} */
BotanJS.log.read;
/** @type {Function} */
BotanJS.log.end;