OpenLayers OpenLayers

Changeset 2107

Show
Ignore:
Timestamp:
12/31/06 09:50:01 (2 years ago)
Author:
pgiraud
Message:

typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/camptocamp/advancedcontrol/lib/OpenLayers/Control/Layer.js

    r2085 r2107  
    3232        } else { 
    3333            if (layer.isVector) { 
    34                 this.vectorLayerChoice = new OpenLayer.Control.Choice(layer.name, "vectorLayerChoice"); 
     34                this.vectorLayerChoice = new OpenLayers.Control.Choice(layer.name, "vectorLayerChoice"); 
    3535                this.addControl(this.vectorLayerChoice); 
    3636            }