1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-27 22:58:19 +00:00

Missing dependency

This commit is contained in:
Jermolene 2014-05-05 17:06:24 +01:00
parent 9965c64b6f
commit b24ec8009d

View File

@ -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;