Regenerate jasmine.js for QueueRunner fix

This commit is contained in:
slackersoft
2013-10-06 11:32:19 -07:00
parent e91d0341a4
commit 7c1fcd7bb5

View File

@@ -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;