OpenLayers OpenLayers

Changeset 5358

Show
Ignore:
Timestamp:
12/07/07 10:48:18 (1 year ago)
Author:
fredj
Message:

fix ND comment typo

Files:

Legend:

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

    r4985 r5358  
    77 *  
    88 * Class: OpenLayers.Geometry.Rectangle 
    9  * A Rectangle is a simple geometry. It is specified by a a point (x and y)  
     9 * A Rectangle is a simple geometry. It is specified by a point (x and y)  
    1010 *     and dimensions (width and height), all of which are directly accessible  
    1111 *     as properties.