OpenLayers OpenLayers

Changeset 2753

Show
Ignore:
Timestamp:
03/14/07 00:12:04 (2 years ago)
Author:
crschmidt
Message:

Typo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/vector-2.4/lib/OpenLayers/Geometry/Collection.js

    r2751 r2753  
    8181        var strings = []; 
    8282        for(var i = 0; i < this.components.length; i++) { 
    83             strings.push(this.components.toShortString());  
     83            strings.push(this.components[i].toShortString());  
    8484        } 
    8585        return strings.join(",");