OpenLayers OpenLayers

Changeset 1143

Show
Ignore:
Timestamp:
08/09/06 00:23:27 (2 years ago)
Author:
euzuro
Message:

str -> String

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Layer/HTTPRequest.js

    r941 r1143  
    2121     * @constructor 
    2222     *  
    23      * @param {str} name 
    24      * @param {str} url 
     23     * @param {String} name 
     24     * @param {String} url 
    2525     * @param {hash} params 
    2626     * @param {Object} options Hash of extra options to tag onto the layer 
  • trunk/openlayers/lib/OpenLayers/Layer/VirtualEarth.js

    r1142 r1143  
    2727     * @constructor 
    2828     *  
    29      * @param {str} name 
     29     * @param {String} name 
    3030     */ 
    3131    initialize:function(name) { 
  • trunk/openlayers/lib/OpenLayers/Layer/WFS.js

    r1096 r1143  
    4141    * @constructor 
    4242    * 
    43     * @param {str} name 
    44     * @param {str} url 
     43    * @param {String} name 
     44    * @param {String} url 
    4545    * @param {hash} params 
    4646    * @param {Object} options Hash of extra options to tag onto the layer 
  • trunk/openlayers/lib/OpenLayers/Layer/WMS.js

    r1140 r1143  
    3030    * @constructor 
    3131    * 
    32     * @param {str} name 
    33     * @param {str} url 
     32    * @param {String} name 
     33    * @param {String} url 
    3434    * @param {hash} params 
    3535    * @param {Object} options Hash of extra options to tag onto the layer 
  • trunk/openlayers/lib/OpenLayers/Layer/WMS/Untiled.js

    r1096 r1143  
    3434    * @constructor 
    3535    * 
    36     * @param {str} name 
    37     * @param {str} url 
     36    * @param {String} name 
     37    * @param {String} url 
    3838    * @param {hash} params 
    3939    */ 
  • trunk/openlayers/lib/Rico/Corner.js

    r345 r1143  
    4343    *                        supplied to the `round` method. 
    4444    * 
    45     * @param {str} newColor - The new background color to use. 
     45    * @param {String} newColor - The new background color to use. 
    4646    */ 
    4747    changeColor: function(theDiv, newColor) {