[Commits] r607 - apps/opengeo/geoexplorer/trunk/lib

commits at geoext.org commits at geoext.org
Wed May 6 00:41:35 CEST 2009


Author: dwins
Date: 2009-05-06 00:41:35 +0200 (Wed, 06 May 2009)
New Revision: 607

Modified:
   apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
Fix typo


Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-05-05 22:39:01 UTC (rev 606)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js	2009-05-05 22:41:35 UTC (rev 607)
@@ -868,7 +868,7 @@
             return;
         }
 
-        if (items.length == 1) [
+        if (items.length == 1) {
             items[0].collapsible = false;
         }
         



More information about the Commits mailing list