mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-05 13:40:02 +00:00
aaf884b70a
In the sample example for using ES2016 it used the `$tw.utils.domMaker()`. I just found out that if this code is executed by Node.js instead of in the browser that it doesn't work because `window.document` doesn't exist. The expectation is that widgets pass in the fake `this.document`. I updated the example to reflect this.