Removed old impl

This commit is contained in:
2026-06-12 04:51:38 +08:00
parent 4fcd58b5ed
commit f532ada7c4
63 changed files with 717 additions and 1359 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ var BotanEvent = function( name, data )
};
/** @constructor
* @extends EventTarget
* @implements {EventTarget}
**/
var EventDispatcher = function() {
var events = {};
@@ -206,7 +206,7 @@ __namespace = __namespace || function( ns )
target.__TRIGGERS = [];
nsObj = new NamespaceObj;
var nsObj = new NamespaceObj;
nsObj[ NS_EXPORT ] = function( type, name, obj )
{
if( this.t[ name ] ) return;