[fusion-commits] r1950 - trunk/layers/MapServer
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Oct 22 10:57:20 EDT 2009
Author: pdeschamps
Date: 2009-10-22 10:57:19 -0400 (Thu, 22 Oct 2009)
New Revision: 1950
Modified:
trunk/layers/MapServer/MapServer.js
Log:
removing rogue comma
Modified: trunk/layers/MapServer/MapServer.js
===================================================================
--- trunk/layers/MapServer/MapServer.js 2009-10-21 03:19:53 UTC (rev 1949)
+++ trunk/layers/MapServer/MapServer.js 2009-10-22 14:57:19 UTC (rev 1950)
@@ -344,7 +344,7 @@
var iconOpt = {
url: o.icons_url || null,
width: o.icons_width || 16,
- height: o.icons_height || 16,
+ height: o.icons_height || 16
};
for (var i=0; i<o.layers.length; i++) {
var oLayer = this.getLayerById(o.layers[i].uniqueId);
More information about the fusion-commits
mailing list