diff --git a/lib/OpenLayers/Format/JSON.js b/lib/OpenLayers/Format/JSON.js index 52fb0d4fd3..a61ecdb179 100644 --- a/lib/OpenLayers/Format/JSON.js +++ b/lib/OpenLayers/Format/JSON.js @@ -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: diff --git a/lib/OpenLayers/Popup.js b/lib/OpenLayers/Popup.js index 20e1b390af..a9aa8ac5e4 100644 --- a/lib/OpenLayers/Popup.js +++ b/lib/OpenLayers/Popup.js @@ -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" */