mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-03-24 16:49:49 +00:00
Function definitions within a condition do not function as expected thanks to JS hoisting, so it is better to avoid it, and keep ESLint happy as well. See discussion at #8622 with @pmario