mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 23:44:27 +02:00
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()) {
|
if (isSiteDebugMode()) {
|
||||||
this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes');
|
this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes');
|
||||||
} else {
|
} else {
|
||||||
activityBar.text('');
|
this.activityBar.text('');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user