From e610763bda86bc51bec015c645c1e28f61d034c1 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Sat, 14 Jul 2007 12:47:26 +0000 Subject: [PATCH] Make 'icon' an APIProperty, and add a description for it. git-svn-id: http://svn.openlayers.org/trunk/openlayers@3743 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/GeoRSS.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/GeoRSS.js b/lib/OpenLayers/Layer/GeoRSS.js index f1ffe3f0b6..fee3a0fe08 100644 --- a/lib/OpenLayers/Layer/GeoRSS.js +++ b/lib/OpenLayers/Layer/GeoRSS.js @@ -37,8 +37,9 @@ OpenLayers.Layer.GeoRSS.prototype = selectedFeature: null, /** - * Property: icon - * {} + * APIProperty: icon + * {}. This determines the Icon to be used on the map + * for this GeoRSS layer. */ icon: null,