From bafc8b758b525905b6aaaa23acdb01e0d4d4ea9a Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 13 Feb 2008 19:08:10 +0000 Subject: [PATCH] fix nd arguments list git-svn-id: http://svn.openlayers.org/trunk/openlayers@6251 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Icon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/OpenLayers/Icon.js b/lib/OpenLayers/Icon.js index f6870665d3..2f55cde810 100644 --- a/lib/OpenLayers/Icon.js +++ b/lib/OpenLayers/Icon.js @@ -59,6 +59,7 @@ OpenLayers.Icon = OpenLayers.Class({ * * url - {String} * size - {} + * offset - {} * calculateOffset - {Function} */ initialize: function(url, size, offset, calculateOffset) {