Oops, shouldn't onComplete there.

This commit is contained in:
Christian Williams 2010-06-04 14:48:48 -04:00
parent 11292ff83c
commit 03d7bfb7d4
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ jasmine.WaitsForBlock.prototype.execute = function (onComplete) {
name: 'timeout',
message: message
});
onComplete();
} else {
self.totalTimeSpentWaitingForLatch += jasmine.WaitsForBlock.TIMEOUT_INCREMENT;
self.env.setTimeout(function () { self.execute(onComplete); }, jasmine.WaitsForBlock.TIMEOUT_INCREMENT);