forked from Botanical/BotanJS
Fixed all closure warnings
This commit is contained in:
parent
f0ab1a5d21
commit
a7c8c4dc84
@ -26,6 +26,7 @@ var __const = __static_method;
|
|||||||
/* End Shorthand Functions }}}*/
|
/* End Shorthand Functions }}}*/
|
||||||
|
|
||||||
/*{{{ BotanEvent & EventDispatcher */
|
/*{{{ BotanEvent & EventDispatcher */
|
||||||
|
/** @this {BotanEvent} */
|
||||||
var BotanEvent = function( name, data )
|
var BotanEvent = function( name, data )
|
||||||
{
|
{
|
||||||
var __propagating = false;
|
var __propagating = false;
|
||||||
@ -247,7 +248,6 @@ __namespace = __namespace || function( ns )
|
|||||||
);
|
);
|
||||||
}.bind({ n: ns });
|
}.bind({ n: ns });
|
||||||
|
|
||||||
/** @type {BotanEvent} */
|
|
||||||
BotanJS.dispatchEvent( new BotanEvent( "NS_INIT", ns ) );
|
BotanJS.dispatchEvent( new BotanEvent( "NS_INIT", ns ) );
|
||||||
return ( _NSs[ ns ] = nsObj );
|
return ( _NSs[ ns ] = nsObj );
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user