[Commits] r2722 - sandbox/gxm/geoext/gxm/examples

commits at geoext.org commits at geoext.org
Thu May 26 09:06:32 CEST 2011


Author: marcjansen
Date: 2011-05-26 09:06:32 +0200 (Thu, 26 May 2011)
New Revision: 2722

Modified:
   sandbox/gxm/geoext/gxm/examples/buttons.js
Log:
  - remove debug msg

Modified: sandbox/gxm/geoext/gxm/examples/buttons.js
===================================================================
--- sandbox/gxm/geoext/gxm/examples/buttons.js	2011-05-26 07:05:44 UTC (rev 2721)
+++ sandbox/gxm/geoext/gxm/examples/buttons.js	2011-05-26 07:06:32 UTC (rev 2722)
@@ -31,7 +31,7 @@
         
         var zoomin = new OpenLayers.Control.ZoomIn();
         var zoomout = new OpenLayers.Control.ZoomOut();
-        alert(map.id)
+
         var btnZoomIn = new GXM.Button({
             control: zoomin,
             map: map,



More information about the Commits mailing list