From 8c6972bb06e333b30d7810115b44da076fb36481 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 6 Jul 2006 02:05:24 +0000 Subject: [PATCH] uberminor change - spacing/alignment in jsdoc comments git-svn-id: http://svn.openlayers.org/trunk/openlayers@893 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/HTTPRequest.js | 34 ++++++++++++++--------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/lib/OpenLayers/Layer/HTTPRequest.js b/lib/OpenLayers/Layer/HTTPRequest.js index c1e75ea61d..7d242f86f2 100644 --- a/lib/OpenLayers/Layer/HTTPRequest.js +++ b/lib/OpenLayers/Layer/HTTPRequest.js @@ -44,12 +44,12 @@ OpenLayers.Layer.HTTPRequest.prototype = OpenLayers.Layer.prototype.destroy.apply(this, arguments); }, - /** - * @param {Object} obj - * - * @returns An exact clone of this OpenLayers.Layer.HTTPRequest - * @type OpenLayers.Layer.HTTPRequest - */ + /** + * @param {Object} obj + * + * @returns An exact clone of this OpenLayers.Layer.HTTPRequest + * @type OpenLayers.Layer.HTTPRequest + */ clone: function (obj) { if (obj == null) { @@ -92,17 +92,17 @@ OpenLayers.Layer.HTTPRequest.prototype = /** combine the layer's url with its params and these newParams. - * - * does checking on the serverPath variable, allowing for cases when it - * is supplied with trailing ? or &, as well as cases where not. - * - * return in formatted string like this: - * "server?key1=value1&key2=value2&key3=value3" - * - * @param {Object} newParams - * - * @type String - */ + * + * does checking on the serverPath variable, allowing for cases when it + * is supplied with trailing ? or &, as well as cases where not. + * + * return in formatted string like this: + * "server?key1=value1&key2=value2&key3=value3" + * + * @param {Object} newParams + * + * @type String + */ getFullRequestString:function(newParams) { //requestString always starts with url