forked from Botanical/BotanJS
Migrate old externs 2/x
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
/** @type {System.Debug} */
|
||||
var debug = __import( "System.Debug" );
|
||||
/** @type {System.utils.IKey} */
|
||||
/** @type {typeof System.utils.IKey} */
|
||||
var IKey = __import( "System.utils.IKey" );
|
||||
/** @type {typeof Dandelion} */
|
||||
var Dand = __import( "Dandelion" );
|
||||
@@ -18,7 +18,7 @@
|
||||
var getSMStamp = __import( "Astro.utils.Date.smstamp" );
|
||||
|
||||
/** @type {_AstConf_.SiteFile} */
|
||||
var config = null;
|
||||
var config;
|
||||
|
||||
var SiteFile = function ( id, hash, nObj )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user