[rhmessaging-commits] rhmessaging commits: r3239 - mgmt/trunk/wooly/resources.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Mar 30 17:27:31 EDT 2009


Author: eallen
Date: 2009-03-30 17:27:30 -0400 (Mon, 30 Mar 2009)
New Revision: 3239

Modified:
   mgmt/trunk/wooly/resources/wooly.js
Log:
Changing straggler reference to newSetIntervalUpdate

Modified: mgmt/trunk/wooly/resources/wooly.js
===================================================================
--- mgmt/trunk/wooly/resources/wooly.js	2009-03-30 21:07:32 UTC (rev 3238)
+++ mgmt/trunk/wooly/resources/wooly.js	2009-03-30 21:27:30 UTC (rev 3239)
@@ -431,7 +431,7 @@
 
         this.restartIntervalUpdate = function (url) {
             this.cancelIntervalUpdate();
-            this.newSetIntervalUpdate(url, this.intervalUpdateInfo.callback, this.intervalUpdateInfo.interval);
+            this.setIntervalUpdate(url, this.intervalUpdateInfo.callback, this.intervalUpdateInfo.interval);
         }
 
         this.branchIntervalUpdate = function () {




More information about the rhmessaging-commits mailing list