doc change only - feature vector not vector feature
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5529 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -140,7 +140,7 @@ OpenLayers.Control.SelectFeature = OpenLayers.Class(OpenLayers.Control, {
|
||||
* Only responds if this.hover is false.
|
||||
*
|
||||
* Parameters:
|
||||
* feature - {<OpenLayers.Vector.Feature>}
|
||||
* feature - {<OpenLayers.Feature.Vector>}
|
||||
*/
|
||||
clickFeature: function(feature) {
|
||||
if(this.hover) {
|
||||
|
||||
Reference in New Issue
Block a user