Tuning to prevent stack overflows in FF

This commit is contained in:
ragaskar
2009-10-05 22:36:10 -07:00
parent 250c483a6b
commit 73c0d57c94
29 changed files with 2106 additions and 2038 deletions

View File

@@ -6,6 +6,7 @@ describe('jasmine.jsApiReporter', function() {
beforeEach(function() {
var env = new jasmine.Env();
env.updateInterval = 0;
var suite = new jasmine.Suite(env);
spec1 = new jasmine.Spec(env, suite, 'spec 1');
spec1.runs(function () {