[Commits] r2466 - core/trunk/geoext/lib/GeoExt/widgets

commits at geoext.org commits at geoext.org
Tue Oct 19 08:35:28 CEST 2010


Author: bartvde
Date: 2010-10-19 08:35:27 +0200 (Tue, 19 Oct 2010)
New Revision: 2466

Modified:
   core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js
Log:
LegendPanel misses include for LayerLegend, r=fredj (closes #365)

Modified: core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js	2010-10-13 13:30:00 UTC (rev 2465)
+++ core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js	2010-10-19 06:35:27 UTC (rev 2466)
@@ -6,6 +6,10 @@
  * of the license.
  */
 
+/**
+ * @include GeoExt/widgets/LayerLegend.js
+ */
+
 /** api: (define)
  *  module = GeoExt
  *  class = LegendPanel



More information about the Commits mailing list