uberminor change - spacing/alignment in jsdoc comments

git-svn-id: http://svn.openlayers.org/trunk/openlayers@893 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-07-06 02:05:24 +00:00
parent 43e1788f6f
commit 8c6972bb06

View File

@@ -44,12 +44,12 @@ OpenLayers.Layer.HTTPRequest.prototype =
OpenLayers.Layer.prototype.destroy.apply(this, arguments); OpenLayers.Layer.prototype.destroy.apply(this, arguments);
}, },
/** /**
* @param {Object} obj * @param {Object} obj
* *
* @returns An exact clone of this OpenLayers.Layer.HTTPRequest * @returns An exact clone of this OpenLayers.Layer.HTTPRequest
* @type OpenLayers.Layer.HTTPRequest * @type OpenLayers.Layer.HTTPRequest
*/ */
clone: function (obj) { clone: function (obj) {
if (obj == null) { if (obj == null) {
@@ -92,17 +92,17 @@ OpenLayers.Layer.HTTPRequest.prototype =
/** combine the layer's url with its params and these newParams. /** combine the layer's url with its params and these newParams.
* *
* does checking on the serverPath variable, allowing for cases when it * does checking on the serverPath variable, allowing for cases when it
* is supplied with trailing ? or &, as well as cases where not. * is supplied with trailing ? or &, as well as cases where not.
* *
* return in formatted string like this: * return in formatted string like this:
* "server?key1=value1&key2=value2&key3=value3" * "server?key1=value1&key2=value2&key3=value3"
* *
* @param {Object} newParams * @param {Object} newParams
* *
* @type String * @type String
*/ */
getFullRequestString:function(newParams) { getFullRequestString:function(newParams) {
//requestString always starts with url //requestString always starts with url