From 7c1fcd7bb520cc33efde14a2c32c508206465cc3 Mon Sep 17 00:00:00 2001 From: slackersoft Date: Sun, 6 Oct 2013 11:32:19 -0700 Subject: [PATCH] Regenerate jasmine.js for QueueRunner fix --- lib/jasmine-core/jasmine.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 8217b697..9f47affd 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -495,7 +495,7 @@ getJasmineRequireObj().Env = function(j$) { options.catchException = self.catchException; options.clearStack = options.clearStack || clearStack; - new j$.QueueRunner(options).run(options.fns, 0); + new j$.QueueRunner(options).execute(); }; var totalSpecsDefined = 0;