From b11d8bbd371dfc9a92e8b75bb180f6ab690049bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Junod?= Date: Tue, 4 Mar 2008 07:09:05 +0000 Subject: [PATCH] fix ND comments git-svn-id: http://svn.openlayers.org/trunk/openlayers@6430 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Format/JSON.js | 2 +- lib/OpenLayers/Popup.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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" */