From f65ea55fa38e01cd42ea1623d6b5205ba62fc442 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 9 Aug 2006 04:23:27 +0000 Subject: [PATCH] str -> String git-svn-id: http://svn.openlayers.org/trunk/openlayers@1143 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/HTTPRequest.js | 4 ++-- lib/OpenLayers/Layer/VirtualEarth.js | 2 +- lib/OpenLayers/Layer/WFS.js | 4 ++-- lib/OpenLayers/Layer/WMS.js | 4 ++-- lib/OpenLayers/Layer/WMS/Untiled.js | 4 ++-- lib/Rico/Corner.js | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/OpenLayers/Layer/HTTPRequest.js b/lib/OpenLayers/Layer/HTTPRequest.js index 11d752fe15..d28eb6d49e 100644 --- a/lib/OpenLayers/Layer/HTTPRequest.js +++ b/lib/OpenLayers/Layer/HTTPRequest.js @@ -20,8 +20,8 @@ OpenLayers.Layer.HTTPRequest.prototype = /** * @constructor * - * @param {str} name - * @param {str} url + * @param {String} name + * @param {String} url * @param {hash} params * @param {Object} options Hash of extra options to tag onto the layer */ diff --git a/lib/OpenLayers/Layer/VirtualEarth.js b/lib/OpenLayers/Layer/VirtualEarth.js index 80e4a3558d..6bba4b0a09 100644 --- a/lib/OpenLayers/Layer/VirtualEarth.js +++ b/lib/OpenLayers/Layer/VirtualEarth.js @@ -26,7 +26,7 @@ OpenLayers.Layer.VirtualEarth.prototype = /** * @constructor * - * @param {str} name + * @param {String} name */ initialize:function(name) { OpenLayers.Layer.prototype.initialize.apply(this, arguments); diff --git a/lib/OpenLayers/Layer/WFS.js b/lib/OpenLayers/Layer/WFS.js index 39bcb5090b..18a2af59a7 100644 --- a/lib/OpenLayers/Layer/WFS.js +++ b/lib/OpenLayers/Layer/WFS.js @@ -40,8 +40,8 @@ OpenLayers.Layer.WFS.prototype = /** * @constructor * - * @param {str} name - * @param {str} url + * @param {String} name + * @param {String} url * @param {hash} params * @param {Object} options Hash of extra options to tag onto the layer */ diff --git a/lib/OpenLayers/Layer/WMS.js b/lib/OpenLayers/Layer/WMS.js index 53c3e19728..f903103a01 100644 --- a/lib/OpenLayers/Layer/WMS.js +++ b/lib/OpenLayers/Layer/WMS.js @@ -29,8 +29,8 @@ OpenLayers.Layer.WMS.prototype = /** * @constructor * - * @param {str} name - * @param {str} url + * @param {String} name + * @param {String} url * @param {hash} params * @param {Object} options Hash of extra options to tag onto the layer */ diff --git a/lib/OpenLayers/Layer/WMS/Untiled.js b/lib/OpenLayers/Layer/WMS/Untiled.js index 08d0d40fa7..0060364a49 100644 --- a/lib/OpenLayers/Layer/WMS/Untiled.js +++ b/lib/OpenLayers/Layer/WMS/Untiled.js @@ -33,8 +33,8 @@ OpenLayers.Layer.WMS.Untiled.prototype = /** * @constructor * - * @param {str} name - * @param {str} url + * @param {String} name + * @param {String} url * @param {hash} params */ initialize: function(name, url, params) { diff --git a/lib/Rico/Corner.js b/lib/Rico/Corner.js index b3a2970a13..b996b85a98 100644 --- a/lib/Rico/Corner.js +++ b/lib/Rico/Corner.js @@ -42,7 +42,7 @@ Rico.Corner = { * @param {DOM} theDiv - A child of the outer
that was * supplied to the `round` method. * - * @param {str} newColor - The new background color to use. + * @param {String} newColor - The new background color to use. */ changeColor: function(theDiv, newColor) {