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