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

svn_fusion at osgeo.org svn_fusion at osgeo.org
Mon Nov 25 03:07:54 PST 2013


Author: jng
Date: 2013-11-25 03:07:54 -0800 (Mon, 25 Nov 2013)
New Revision: 2817

Modified:
   trunk/layers/MapGuide/MapGuide.js
Log:
#609: Eliminate double-firing of Fusion.Event.MAP_SELECTION_ON on each selection

Modified: trunk/layers/MapGuide/MapGuide.js
===================================================================
--- trunk/layers/MapGuide/MapGuide.js	2013-11-22 03:13:31 UTC (rev 2816)
+++ trunk/layers/MapGuide/MapGuide.js	2013-11-25 11:07:54 UTC (rev 2817)
@@ -1386,7 +1386,6 @@
                   }
                 }
               }
-              this.newSelection();
 
               if (zoomTo) {
                 var ext = oNode.extents;



More information about the fusion-commits mailing list