[fusion-commits] r1475 - trunk/widgets
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Fri Aug 22 15:59:38 EDT 2008
Author: madair
Date: 2008-08-22 15:59:38 -0400 (Fri, 22 Aug 2008)
New Revision: 1475
Modified:
trunk/widgets/Legend.js
Log:
re #71: added missing 'this' - trunk
Modified: trunk/widgets/Legend.js
===================================================================
--- trunk/widgets/Legend.js 2008-08-22 19:58:40 UTC (rev 1474)
+++ trunk/widgets/Legend.js 2008-08-22 19:59:38 UTC (rev 1475)
@@ -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