forked from Botanical/BotanJS
Migrate old externs 2/x
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
var EventKey = __import( "System.utils.EventKey" );
|
||||
/** @type {System.Debug} */
|
||||
var debug = __import( "System.Debug" );
|
||||
/** @type {Components.MessageBox} */
|
||||
/** @type {typeof Components.MessageBox} */
|
||||
var MessageBox = __import( "Components.MessageBox" );
|
||||
/** @type {typeof Dandelion} */
|
||||
var Dand = __import( "Dandelion" );
|
||||
@@ -287,9 +287,12 @@
|
||||
window.history.replaceState( ArticleModel, "", base_path + "astroedit/new/" );
|
||||
}
|
||||
}
|
||||
}
|
||||
/** @param {_AstJson_.AJaxGetArticle} */
|
||||
, showArticle = function( obj )
|
||||
},
|
||||
/**
|
||||
* @param {!_AstJson_.AJaxGetArticle} obj
|
||||
* @return {void}
|
||||
*/
|
||||
showArticle = function( obj )
|
||||
{
|
||||
if ( obj && obj.entry )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user