OpenLayers OpenLayers

Changeset 6200

Show
Ignore:
Timestamp:
02/11/08 04:54:21 (1 year ago)
Author:
fredj
Message:

fix typos and missing documentation in ND comments. (non-functional changes)

Files:

Legend:

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

    r6177 r6200  
    3333         * 
    3434         * Returns: 
    35          * Path to this script 
     35         * {String} Path to this script 
    3636         */ 
    3737        _getScriptLocation: function () { 
  • trunk/openlayers/lib/OpenLayers/Events.js

    r6149 r6200  
    698698     * evt - {Event}  
    699699     *  
    700      * Returns  
     700     * Returns: 
    701701     * {<OpenLayers.Pixel>} The current xy coordinate of the mouse, adjusted 
    702702     *                      for offsets 
  • trunk/openlayers/lib/OpenLayers/Format/SLD.js

    r6131 r6200  
    196196     * Parameters: 
    197197     * xmlNode - {<DOMElement>} 
     198     * name - {String} The name of the returned rule. 
    198199     *  
    199200     * Returns: 
     
    567568     * attributeName  - {String} name of the attribute to match 
    568569     * attributeValue - {String} optional value of the attribute 
     570     * 
     571     * Returns: 
     572     * {DOMElement} 
    569573     */ 
    570574    getNodeWithAttribute: function(xmlNodeList, attributeName, attributeValue) { 
  • trunk/openlayers/lib/OpenLayers/Icon.js

    r5614 r6200  
    9999     * Method: setSize 
    100100     *  
     101     * Parameters: 
    101102     * size - {<OpenLayers.Size>}  
    102103     */ 
     
    111112     * Method: setUrl 
    112113     *  
     114     * Parameters: 
    113115     * url - {String}  
    114116     */ 
  • trunk/openlayers/lib/OpenLayers/Renderer/SVG.js

    r5909 r6200  
    7272     * Method: inValidRange 
    7373     * See #669 for more information 
     74     * 
    7475     * Parameters: 
    7576     * x - {Integer} 
  • trunk/openlayers/lib/OpenLayers/Style.js

    r6131 r6200  
    189189     *           available) 
    190190     *  
    191      * Returns; 
     191     * Returns: 
    192192     * {Object} the modified style 
    193193     */