mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Fix comment missing from previous commit 6c7c21a87b
This commit is contained in:
parent
6c7c21a87b
commit
6954fbee51
@ -94,6 +94,7 @@ exports.runTests = function(callback,specFilter) {
|
||||
if($tw.browser) {
|
||||
window.jasmineRequire = jasmineCore;
|
||||
$tw.modules.execute("$:/plugins/tiddlywiki/jasmine/jasmine-core/jasmine-core/jasmine-html.js");
|
||||
// Prevent jasmine-core/boot.js from installing its own onload handler. We'll execute it explicitly when everything is ready
|
||||
var previousOnloadHandler = window.onload;
|
||||
window.onload = function() {};
|
||||
$tw.modules.execute("$:/plugins/tiddlywiki/jasmine/jasmine-core/jasmine-core/boot.js");
|
||||
|
Loading…
Reference in New Issue
Block a user