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

commits at geoext.org commits at geoext.org
Tue Mar 31 01:31:01 CEST 2009


Author: sbenthall
Date: 2009-03-31 01:31:01 +0200 (Tue, 31 Mar 2009)
New Revision: 301

Modified:
   apps/opengeo/geoexplorer/trunk/lib/CapabilitiesGrid.js
Log:
cleaning out offending comment


Modified: apps/opengeo/geoexplorer/trunk/lib/CapabilitiesGrid.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/CapabilitiesGrid.js	2009-03-30 23:05:43 UTC (rev 300)
+++ apps/opengeo/geoexplorer/trunk/lib/CapabilitiesGrid.js	2009-03-30 23:31:01 UTC (rev 301)
@@ -14,10 +14,8 @@
     height: 300,
     width: 650,
 
+    autoExpandColumn: "description",
 
-    iconCls: 'icon-grid', //what does this do?
-    autoExpandColumn: "description", //and what does this do?
-
     initComponent: function(){
 
         this.store = new GeoExt.data.WMSCapabilitiesStore({
@@ -34,7 +32,6 @@
 
         this.plugins = expander;
 
-
         this.tbar = ["->", new Ext.Button({
             text: "Add from URL",
             handler: this.addLayer,



More information about the Commits mailing list