This commit is contained in:
Steve Conover
2011-02-28 15:34:32 -08:00
parent eb49fab652
commit f701fdc132
2 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ jasmine.TrivialNodeReporter = function(sys) {
var startNewLineIfNecessary = lineEnder(defaultColumnsPerLine);
this.now = function() { return new Date().getTime(); }
this.now = function() { return new Date().getTime(); };
this.reportRunnerStarting = function() {
this.runnerStartTime = this.now();