mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 14:23:53 +00:00
Fix startup ordering
This commit is contained in:
parent
9ab2623629
commit
17ebeaf725
@ -14,7 +14,7 @@ Geospatial initialisation
|
|||||||
|
|
||||||
// Export name and synchronous status
|
// Export name and synchronous status
|
||||||
exports.name = "geospatial";
|
exports.name = "geospatial";
|
||||||
exports.after = ["load-modules"];
|
exports.before = ["startup"];
|
||||||
exports.synchronous = true;
|
exports.synchronous = true;
|
||||||
|
|
||||||
exports.startup = function() {
|
exports.startup = function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user