fix typos and missing documentation in ND comments. (non-functional changes)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6200 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2008-02-11 09:54:21 +00:00
parent da706ed568
commit 32d541641d
6 changed files with 10 additions and 3 deletions

View File

@@ -98,6 +98,7 @@ OpenLayers.Icon = OpenLayers.Class({
/**
* Method: setSize
*
* Parameters:
* size - {<OpenLayers.Size>}
*/
setSize: function(size) {
@@ -110,6 +111,7 @@ OpenLayers.Icon = OpenLayers.Class({
/**
* Method: setUrl
*
* Parameters:
* url - {String}
*/
setUrl: function(url) {