mirror of https://github.com/tc39/test262.git
activityBar is a member of the Presenter object.
This commit is contained in:
parent
2871886420
commit
9a8578be92
|
@ -72,7 +72,7 @@ function Presenter() {
|
|||
if (isSiteDebugMode()) {
|
||||
this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes');
|
||||
} else {
|
||||
activityBar.text('');
|
||||
this.activityBar.text('');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue