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