[fusion-commits] r1815 - trunk/widgets
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Wed Mar 11 16:31:35 EDT 2009
Author: pagameba
Date: 2009-03-11 16:31:35 -0400 (Wed, 11 Mar 2009)
New Revision: 1815
Modified:
trunk/widgets/Select.js
Log:
re #223. Missing comma.
Modified: trunk/widgets/Select.js
===================================================================
--- trunk/widgets/Select.js 2009-03-11 20:11:42 UTC (rev 1814)
+++ trunk/widgets/Select.js 2009-03-11 20:31:35 UTC (rev 1815)
@@ -87,7 +87,7 @@
return (widget instanceof Fusion.Widget.Select &&
widget.bActiveOnly == this.bActiveOnly);
- }
+ },
enable: function() {
if (this.bActiveOnly) {
var layer = this.getMap().getActiveLayer();
More information about the fusion-commits
mailing list