mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-18 23:31:25 -08:00
Previously, the implicit sort ordering of modules ensured that the "plugins" startup module ran before the "startup" startup module. That no longer holds when experimenting with alternate stores that might use a subtly different collation order (eg $:/core/modules/startup.js vs. $:/core/modules/startup/commands.js), so it's more robust to explicitly specify the dependency |
||
|---|---|---|
| .. | ||
| browser-messaging.js | ||
| commands.js | ||
| favicon.js | ||
| info.js | ||
| load-modules.js | ||
| password.js | ||
| plugins.js | ||
| render.js | ||
| rootwidget.js | ||
| startup.js | ||
| story.js | ||
| windows.js | ||