From 9a8578be92eb23f521e0509980f9daec3ca95a6b Mon Sep 17 00:00:00 2001 From: David Fugate <dfugate@microsoft.com> Date: Thu, 25 Aug 2011 14:14:29 -0700 Subject: [PATCH] activityBar is a member of the Presenter object. --- test/harness/helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/harness/helper.js b/test/harness/helper.js index 8d89b67dad..b66589f258 100644 --- a/test/harness/helper.js +++ b/test/harness/helper.js @@ -72,7 +72,7 @@ function Presenter() { if (isSiteDebugMode()) { this.activityBar.text('Overall Execution Time: ' + elapsed + ' minutes'); } else { - activityBar.text(''); + this.activityBar.text(''); } } -- GitLab