str -> String
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1143 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -42,7 +42,7 @@ Rico.Corner = {
|
||||
* @param {DOM} theDiv - A child of the outer <div> 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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user