mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-26 19:47:20 +00:00
Provide an exports object in the evalSandboxed context of jasmine-plugin
This commit is contained in:
parent
6ea264f3bc
commit
539915d300
@ -27,6 +27,7 @@ exports.startup = function() {
|
||||
clearInterval: clearInterval,
|
||||
setTimeout: setTimeout,
|
||||
clearTimeout: clearTimeout,
|
||||
exports: {},
|
||||
$tw: $tw
|
||||
});
|
||||
// Prepare the Jasmine environment
|
||||
|
Loading…
Reference in New Issue
Block a user