fix nd arguments list

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6251 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2008-02-13 19:08:10 +00:00
parent b3e53fce68
commit bafc8b758b

View File

@@ -59,6 +59,7 @@ OpenLayers.Icon = OpenLayers.Class({
*
* url - {String}
* size - {<OpenLayers.Size>}
* offset - {<OpenLayers.Pixel>}
* calculateOffset - {Function}
*/
initialize: function(url, size, offset, calculateOffset) {