activityBar is a member of the Presenter object.

This commit is contained in:
David Fugate 2011-08-25 14:14:29 -07:00
parent 2871886420
commit 9a8578be92
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ function Presenter() {
if (isSiteDebugMode()) {
this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes');
} else {
activityBar.text('');
this.activityBar.text('');
}
}