[fusion-commits] r1949 - trunk/layers/MapGuide

svn_fusion at osgeo.org svn_fusion at osgeo.org
Tue Oct 20 23:19:55 EDT 2009


Author: liuar
Date: 2009-10-20 23:19:53 -0400 (Tue, 20 Oct 2009)
New Revision: 1949

Modified:
   trunk/layers/MapGuide/MapGuide.js
Log:
Fixed ticket308 IE7: Fusion failed to display.
[http://trac.osgeo.org/fusion/ticket/308]


Modified: trunk/layers/MapGuide/MapGuide.js
===================================================================
--- trunk/layers/MapGuide/MapGuide.js	2009-10-16 20:00:11 UTC (rev 1948)
+++ trunk/layers/MapGuide/MapGuide.js	2009-10-21 03:19:53 UTC (rev 1949)
@@ -403,7 +403,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++)
                 {



More information about the fusion-commits mailing list