[fusion-commits] r2032 - sandbox/jxlib-3.0/widgets
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Wed Jan 6 16:15:25 EST 2010
Author: madair
Date: 2010-01-06 16:15:24 -0500 (Wed, 06 Jan 2010)
New Revision: 2032
Modified:
sandbox/jxlib-3.0/widgets/Legend.js
Log:
removing extra comma for IE
Modified: sandbox/jxlib-3.0/widgets/Legend.js
===================================================================
--- sandbox/jxlib-3.0/widgets/Legend.js 2010-01-05 15:49:39 UTC (rev 2031)
+++ sandbox/jxlib-3.0/widgets/Legend.js 2010-01-06 21:15:24 UTC (rev 2032)
@@ -270,7 +270,7 @@
var opt = {
label: OpenLayers.i18n('defaultMapTitle'),
open: true,
- contextMenu: this.getContextMenu(),
+ contextMenu: this.getContextMenu()
};
this.oRoot = new Jx.TreeFolder(opt);
this.oTree.add(this.oRoot);
More information about the fusion-commits
mailing list