forked from Botanical/BotanJS
Migrate old externs 4/x
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
var init = function ()
|
||||
{
|
||||
var stage = Dand.id( "notifications" );
|
||||
var bodyStyle = Dand.id( "nt_body" ).style;
|
||||
var nt_body = Dand.id( "nt_body" );
|
||||
var bodyStyle = nt_body.style;
|
||||
|
||||
/** @type {_AstConf_.Notification} */
|
||||
var conf = Config.get( "Notification" );
|
||||
|
||||
Reference in New Issue
Block a user