mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-12-03 23:38:07 +00:00
Switch to using $tw.fakeDocument for the fakedom document object
So that we can free us `$tw.document` to be the actual DOM document
This commit is contained in:
@@ -182,6 +182,6 @@ var document = {
|
||||
},
|
||||
};
|
||||
|
||||
exports.document = document;
|
||||
exports.fakeDocument = document;
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user