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

svn_fusion at osgeo.org svn_fusion at osgeo.org
Fri Feb 20 13:24:31 EST 2009


Author: pdeschamps
Date: 2009-02-20 13:24:31 -0500 (Fri, 20 Feb 2009)
New Revision: 1795

Modified:
   trunk/layers/MapGuide/MapGuide.js
Log:
removing empty functions


Modified: trunk/layers/MapGuide/MapGuide.js
===================================================================
--- trunk/layers/MapGuide/MapGuide.js	2009-02-20 16:26:27 UTC (rev 1794)
+++ trunk/layers/MapGuide/MapGuide.js	2009-02-20 18:24:31 UTC (rev 1795)
@@ -1179,14 +1179,8 @@
         var selText = newSelection.getSelectionXml();
         this.setSelection(selText, false);
         this.mapWidget._removeWorker();
-    },
-
-    parseMapTip: function(){
-    
-    },
-    getMapTip: function(){
-
     }
+
 });
 
 Fusion.SimpleSelectionObject = OpenLayers.Class({



More information about the fusion-commits mailing list