mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-29 05:13:56 -08:00
Missing dependency
This commit is contained in:
parent
9965c64b6f
commit
b24ec8009d
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue