Rename UPDATE_INTERVAL to DEFAULT_UPDATE_INTERVAL.

This commit is contained in:
Christian Williams
2009-11-09 17:51:03 -05:00
parent 0f610b03d2
commit 0810e4a01c
3 changed files with 2122 additions and 2122 deletions

View File

@@ -10,7 +10,7 @@ jasmine.Env = function() {
this.reporter = new jasmine.MultiReporter();
this.updateInterval = jasmine.UPDATE_INTERVAL
this.updateInterval = jasmine.DEFAULT_UPDATE_INTERVAL
this.lastUpdate = 0;
this.specFilter = function() {
return true;