[Commits] r2506 - core/trunk/geoext/examples

commits at geoext.org commits at geoext.org
Wed Dec 1 09:52:09 CET 2010


Author: ahocevar
Date: 2010-12-01 09:52:09 +0100 (Wed, 01 Dec 2010)
New Revision: 2506

Modified:
   core/trunk/geoext/examples/tree.js
Log:
even more clarification about Show/Edit Tree Config


Modified: core/trunk/geoext/examples/tree.js
===================================================================
--- core/trunk/geoext/examples/tree.js	2010-12-01 08:46:31 UTC (rev 2505)
+++ core/trunk/geoext/examples/tree.js	2010-12-01 08:52:09 UTC (rev 2506)
@@ -121,9 +121,9 @@
             param: "LAYERS"
         }
     }];
-    // the line below is only needed for this example, because we want to allow
-    // interactive modifications of the tree configuration. Don't use this line
-    // in your code.
+    // The line below is only needed for this example, because we want to allow
+    // interactive modifications of the tree configuration using the
+    // "Show/Edit Tree Config" button. Don't use this line in your code.
     treeConfig = new OpenLayers.Format.JSON().write(treeConfig, true);
 
     // create the tree with the configuration from above



More information about the Commits mailing list