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:
Tim Schaub
2007-12-20 06:47:28 +00:00
parent 3751402ff8
commit 72dd4047af

View File

@@ -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) {