forked from Botanical/BotanJS
Https migrations
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
(function(){
|
||||
var ns = __namespace( "Astro.Blog.AstroEdit" );
|
||||
|
||||
/** @type {System.utils} */
|
||||
var utils = __import( "System.utils" );
|
||||
/** @type {System.Cycle} */
|
||||
var Cycle = __import( "System.Cycle" );
|
||||
/** @type {Dandelion} */
|
||||
@@ -29,7 +31,7 @@
|
||||
//// Component initializations
|
||||
/** @type {_AstConf_.AstroEdit} */
|
||||
var a_conf = Config.get( "AstroEdit" );
|
||||
var base_path = Config.get( "BasePath" );
|
||||
var base_path = utils.siteProto( Config.get( "BasePath" ) );
|
||||
|
||||
Cycle.next(
|
||||
function()
|
||||
|
||||
Reference in New Issue
Block a user