str -> String

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1143 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-09 04:23:27 +00:00
parent 0332bd09ec
commit f65ea55fa3
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -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) {