mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 14:23:53 +00:00
Missing dependency
This commit is contained in:
parent
9965c64b6f
commit
b24ec8009d
@ -15,6 +15,7 @@ Setup the root widget and the core root widget handlers
|
|||||||
// Export name and synchronous status
|
// Export name and synchronous status
|
||||||
exports.name = "rootwidget";
|
exports.name = "rootwidget";
|
||||||
exports.platforms = ["browser"];
|
exports.platforms = ["browser"];
|
||||||
|
exports.after = ["load-modules"];
|
||||||
exports.before = ["story"];
|
exports.before = ["story"];
|
||||||
exports.synchronous = true;
|
exports.synchronous = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user