Merged in Xian's speed fixes

This commit is contained in:
ragaskar
2009-09-04 10:57:08 -07:00
parent 43f819e9e2
commit 4620ea6a44
23 changed files with 630 additions and 516 deletions

View File

@@ -11,6 +11,8 @@ jasmine.Env = function() {
this.reporter = new jasmine.MultiReporter();
this.updateInterval = 0;
this.updateInterval = 0;
this.lastUpdate = 0;
this.specFilter = function() {