From 539915d3008c51f09704517e4d48ff99369fd82e Mon Sep 17 00:00:00 2001 From: natecain Date: Sat, 12 Oct 2013 12:16:23 -0400 Subject: [PATCH] Provide an exports object in the evalSandboxed context of jasmine-plugin --- plugins/tiddlywiki/jasmine/jasmine-plugin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/tiddlywiki/jasmine/jasmine-plugin.js b/plugins/tiddlywiki/jasmine/jasmine-plugin.js index 1134d06ea..1ed39e186 100644 --- a/plugins/tiddlywiki/jasmine/jasmine-plugin.js +++ b/plugins/tiddlywiki/jasmine/jasmine-plugin.js @@ -27,6 +27,7 @@ exports.startup = function() { clearInterval: clearInterval, setTimeout: setTimeout, clearTimeout: clearTimeout, + exports: {}, $tw: $tw }); // Prepare the Jasmine environment