fix ND comments

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6430 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2008-03-04 07:09:05 +00:00
parent c7bd58b774
commit b11d8bbd37
2 changed files with 2 additions and 1 deletions

View File

@@ -286,7 +286,7 @@ OpenLayers.Format.JSON = OpenLayers.Class(OpenLayers.Format, {
* Method: serialize.string
* Transform a string into a JSON string.
*
* Parameters
* Parameters:
* string - {String} The string to be serialized
*
* Returns:

View File

@@ -309,6 +309,7 @@ OpenLayers.Popup = OpenLayers.Class({
/**
* Method: setBackgroundColor
* Sets the background color of the popup.
*
* Parameters:
* color - {String} the background color. eg "#FFBBBB"
*/