[fusion-commits] r2167 - sandbox/jxlib-3.0/widgets
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Tue May 25 13:55:30 EDT 2010
Author: pdeschamps
Date: 2010-05-25 13:55:27 -0400 (Tue, 25 May 2010)
New Revision: 2167
Modified:
sandbox/jxlib-3.0/widgets/Legend.js
Log:
commenting out console.log statement
Modified: sandbox/jxlib-3.0/widgets/Legend.js
===================================================================
--- sandbox/jxlib-3.0/widgets/Legend.js 2010-05-25 17:32:04 UTC (rev 2166)
+++ sandbox/jxlib-3.0/widgets/Legend.js 2010-05-25 17:55:27 UTC (rev 2167)
@@ -513,7 +513,7 @@
* remove the dom objects representing the legend layers and groups
*/
clear: function() {
- console.log('clear legend');
+ //console.log('clear legend');
var map = this.getMap();
for (var i=0; i<map.layerRoot.groups.length; i++) {
this.clearGroup(map.layerRoot.groups[i]);
More information about the fusion-commits
mailing list