[fusion-commits] r2087 - sandbox/adsk/2.2gp/layers/MapGuide
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Tue Feb 23 21:03:28 EST 2010
Author: liuar
Date: 2010-02-23 21:03:27 -0500 (Tue, 23 Feb 2010)
New Revision: 2087
Modified:
sandbox/adsk/2.2gp/layers/MapGuide/MapGuide.js
Log:
Port changeset 2086 to 2.2gp branch.
Modified: sandbox/adsk/2.2gp/layers/MapGuide/MapGuide.js
===================================================================
--- sandbox/adsk/2.2gp/layers/MapGuide/MapGuide.js 2010-02-23 20:14:48 UTC (rev 2086)
+++ sandbox/adsk/2.2gp/layers/MapGuide/MapGuide.js 2010-02-24 02:03:27 UTC (rev 2087)
@@ -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