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

svn_fusion at osgeo.org svn_fusion at osgeo.org
Tue Feb 23 15:14:48 EST 2010


Author: madair
Date: 2010-02-23 15:14:48 -0500 (Tue, 23 Feb 2010)
New Revision: 2086

Modified:
   trunk/layers/MapGuide/MapGuide.js
Log:
re #165: i think this was accidentally removed in changeset 2021

Modified: trunk/layers/MapGuide/MapGuide.js
===================================================================
--- trunk/layers/MapGuide/MapGuide.js	2010-02-23 10:18:40 UTC (rev 2085)
+++ trunk/layers/MapGuide/MapGuide.js	2010-02-23 20:14:48 UTC (rev 2086)
@@ -587,7 +587,7 @@
         ratio: this.ratio
       };
       if ((behavior & 1) == 0 && !/WebKit/.test(navigator.userAgent)) {
-        //layerOptions.transitionEffect = 'resize';
+        layerOptions.transitionEffect = 'resize';
       }
 
       //add in scales array if supplied



More information about the fusion-commits mailing list