mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-10 03:03:08 -08:00
Ensure we don't register file information for externally loaded tiddlers
Also make sure some globals like setInterval are available on the server
This commit is contained in:
parent
638ed6429c
commit
9fb8ef25ed
1 changed files with 4 additions and 0 deletions
|
|
@ -864,6 +864,10 @@ $tw.modules.execute = function(moduleName,moduleRoot) {
|
|||
exports: {},
|
||||
console: console,
|
||||
process: process,
|
||||
setInterval: setInterval,
|
||||
clearInterval: clearInterval,
|
||||
setTimeout: setTimeout,
|
||||
clearTimeout: clearTimeout,
|
||||
$tw: $tw,
|
||||
require: function(title) {
|
||||
return $tw.modules.execute(title,name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue