[Commits] r1972 - core/trunk/geoext/lib/GeoExt/plugins

commits at geoext.org commits at geoext.org
Tue Mar 16 15:29:08 CET 2010


Author: fredj
Date: 2010-03-16 15:29:08 +0100 (Tue, 16 Mar 2010)
New Revision: 1972

Modified:
   core/trunk/geoext/lib/GeoExt/plugins/PrintExtent.js
Log:
add missing semicolon

Modified: core/trunk/geoext/lib/GeoExt/plugins/PrintExtent.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/plugins/PrintExtent.js	2010-03-16 14:15:26 UTC (rev 1971)
+++ core/trunk/geoext/lib/GeoExt/plugins/PrintExtent.js	2010-03-16 14:29:08 UTC (rev 1972)
@@ -5,7 +5,7 @@
  * See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
  * of the license.
  */
-Ext.namespace("GeoExt.plugins")
+Ext.namespace("GeoExt.plugins");
 
 /** api: (define)
  *  module = GeoExt.plugins
@@ -220,7 +220,7 @@
         var control = this.control;
         if(map && map.events &&
            control && control.events) {
-            control.destroy()
+            control.destroy();
         }
 
         var layer = this.layer;



More information about the Commits mailing list