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

commits at geoext.org commits at geoext.org
Mon Nov 16 01:29:25 CET 2009


Author: tschaub
Date: 2009-11-16 01:29:25 +0100 (Mon, 16 Nov 2009)
New Revision: 1455

Modified:
   core/trunk/geoext/lib/GeoExt/widgets/LegendImage.js
Log:
Doc corrections for LegendImage.

Modified: core/trunk/geoext/lib/GeoExt/widgets/LegendImage.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/LegendImage.js	2009-11-13 15:47:20 UTC (rev 1454)
+++ core/trunk/geoext/lib/GeoExt/widgets/LegendImage.js	2009-11-16 00:29:25 UTC (rev 1455)
@@ -9,7 +9,7 @@
 /** api: (define)
  *  module = GeoExt
  *  class = LegendImage
- *  base_link = `Ext.Panel <http://extjs.com/deploy/dev/docs/?class=Ext.Panel>`_
+ *  base_link = `Ext.Panel <http://extjs.com/deploy/dev/docs/?class=Ext.BoxComponent>`_
  */
 
 Ext.namespace('GeoExt');
@@ -17,8 +17,8 @@
 /** api: constructor
  *  .. class:: LegendImage(config)
  *
- *  Show a legend image in a BoxComponent and make sure load errors are dealt
- *  with.
+ *      Show a legend image in a BoxComponent and make sure load errors are 
+ *      dealt with.
  */
 GeoExt.LegendImage = Ext.extend(Ext.BoxComponent, {
 



More information about the Commits mailing list