mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +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
|
||||
exports.name = "rootwidget";
|
||||
exports.platforms = ["browser"];
|
||||
exports.after = ["load-modules"];
|
||||
exports.before = ["story"];
|
||||
exports.synchronous = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user