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

commits at geoext.org commits at geoext.org
Tue May 19 16:52:42 CEST 2009


Author: bartvde
Date: 2009-05-19 16:52:42 +0200 (Tue, 19 May 2009)
New Revision: 813

Modified:
   core/trunk/geoext/lib/GeoExt/widgets/tree/BaseLayerContainer.js
Log:
correct small typo

Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/BaseLayerContainer.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/BaseLayerContainer.js	2009-05-19 14:35:46 UTC (rev 812)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/BaseLayerContainer.js	2009-05-19 14:52:42 UTC (rev 813)
@@ -54,7 +54,7 @@
      * Parameters:
      * layerRecord - {Ext.data.Record} the layer record to remove the node for
      */
-    removeLayerNode: function(layer) {
+    removeLayerNode: function(layerRecord) {
         var layer = layerRecord.get("layer");
         if (layer.isBaseLayer == true) {
             GeoExt.tree.BaseLayerContainer.superclass.removeLayerNode.call(this,



More information about the Commits mailing list