[Commits] r1057 - core/trunk/geoext/lib/GeoExt/widgets/tree

commits at geoext.org commits at geoext.org
Fri Jun 12 01:24:08 CEST 2009


Author: tschaub
Date: 2009-06-12 01:24:08 +0200 (Fri, 12 Jun 2009)
New Revision: 1057

Modified:
   core/trunk/geoext/lib/GeoExt/widgets/tree/LayerContainer.js
Log:
Invoking the trivial change clause.  isBayeLayer should be spelled isBaseLayer.

Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/LayerContainer.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/LayerContainer.js	2009-06-11 22:48:34 UTC (rev 1056)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/LayerContainer.js	2009-06-11 23:24:08 UTC (rev 1057)
@@ -163,7 +163,7 @@
         var layer = layerRecord.get("layer");
         if (layer.displayInLayerSwitcher === true) {
             var node = new GeoExt.tree.LayerNode(Ext.applyIf({
-                iconCls: layer.isBayeLayer ? 'baselayer-icon' : 'layer-icon',
+                iconCls: layer.isBaseLayer ? 'baselayer-icon' : 'layer-icon',
                 layer: layer,
                 layerStore: this.layerStore
             }, this.defaults));



More information about the Commits mailing list