Fix config.rootPath
This commit is contained in:
@@ -24,11 +24,12 @@ import sys.FileSystem;
|
|||||||
|
|
||||||
preloadLibraries = new Array ();
|
preloadLibraries = new Array ();
|
||||||
preloadLibraryNames = new Array ();
|
preloadLibraryNames = new Array ();
|
||||||
|
|
||||||
var rootPath = null;
|
var rootPath = null;
|
||||||
|
|
||||||
if (config != null && Reflect.hasField (config, "assetsPrefix")) {
|
if (config != null && Reflect.hasField (config, "rootPath")) {
|
||||||
|
|
||||||
rootPath = Reflect.field (config, "assetsPrefix");
|
rootPath = Reflect.field (config, "rootPath");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user