[fusion-commits] r1474 - branches/fusion-1.1/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Fri Aug 22 15:58:41 EDT 2008


Author: madair
Date: 2008-08-22 15:58:40 -0400 (Fri, 22 Aug 2008)
New Revision: 1474

Modified:
   branches/fusion-1.1/widgets/Legend.js
Log:
re #71: added missing 'this'

Modified: branches/fusion-1.1/widgets/Legend.js
===================================================================
--- branches/fusion-1.1/widgets/Legend.js	2008-08-22 19:35:25 UTC (rev 1473)
+++ branches/fusion-1.1/widgets/Legend.js	2008-08-22 19:58:40 UTC (rev 1474)
@@ -338,7 +338,7 @@
     },
     
     mapReloaded: function() {
-        renderLegend();
+        this.renderLegend();
     },
     /**
      * the map state has become invalid in some way (layer added, removed,



More information about the fusion-commits mailing list