1
0
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:
Jermolene
2014-01-15 14:57:35 +00:00
parent 839361d54f
commit 2c790d982f
7 changed files with 12 additions and 12 deletions

View File

@@ -182,6 +182,6 @@ var document = {
},
};
exports.document = document;
exports.fakeDocument = document;
})();