mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08:00
Provide an exports object in the evalSandboxed context of jasmine-plugin
This commit is contained in:
parent
6ea264f3bc
commit
539915d300
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ exports.startup = function() {
|
||||||
clearInterval: clearInterval,
|
clearInterval: clearInterval,
|
||||||
setTimeout: setTimeout,
|
setTimeout: setTimeout,
|
||||||
clearTimeout: clearTimeout,
|
clearTimeout: clearTimeout,
|
||||||
|
exports: {},
|
||||||
$tw: $tw
|
$tw: $tw
|
||||||
});
|
});
|
||||||
// Prepare the Jasmine environment
|
// Prepare the Jasmine environment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue