Migrate old externs 5/x

This commit is contained in:
2026-06-15 07:12:40 +08:00
parent 4f2131e317
commit a912d45b9a
24 changed files with 153 additions and 86 deletions
+1 -3
View File
@@ -27,7 +27,7 @@ var __const = __static_method;
/*{{{ BotanEvent & EventDispatcher */
/** @type {typeof BotanEvent} */
/** @type {typeof _BotanEvent} */
var BotanEvent;
BotanEvent = function( name, data )
@@ -70,7 +70,6 @@ BotanEvent = function( name, data )
/**
* @constructor
* @implements {EventTarget}
*/
var EventDispatcher = function() {
var events = {};
@@ -245,7 +244,6 @@ var TGR_IMPORT = 0;
// some core methods
var sGarden = window["BotanJS"];
/** @type {BotanJS} */
var BotanJS = null;
var __namespace = null;
var __import = null;