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

commits at geoext.org commits at geoext.org
Thu May 20 14:47:14 CEST 2010


Author: ahocevar
Date: 2010-05-20 14:47:13 +0200 (Thu, 20 May 2010)
New Revision: 2200

Modified:
   core/trunk/geoext/lib/GeoExt/widgets/VectorLegend.js
Log:
fixed api docs. non-functional change.

Modified: core/trunk/geoext/lib/GeoExt/widgets/VectorLegend.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/VectorLegend.js	2010-05-19 06:39:22 UTC (rev 2199)
+++ core/trunk/geoext/lib/GeoExt/widgets/VectorLegend.js	2010-05-20 12:47:13 UTC (rev 2200)
@@ -14,9 +14,12 @@
 /** api: (define)
  *  module = GeoExt
  *  class = VectorLegend
- *  base_link = `Ext.Panel <http://extjs.com/deploy/dev/docs/?class=Ext.Panel>`_
  */
 
+/** api: (extends)
+ * GeoExt/widgets/LayerLegend.js
+ */
+
 Ext.namespace('GeoExt');
 
 /** api: constructor



More information about the Commits mailing list