clean up duplicate code block from the fix for ticket 2256

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9769 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
bartvde
2009-10-30 17:23:47 +00:00
parent 5119ffa50e
commit cf4c14a1e4

View File

@@ -285,13 +285,11 @@ OpenLayers.Control.GetFeature = OpenLayers.Class(OpenLayers.Control, {
minXY.lon, minXY.lat, maxXY.lon, maxXY.lat
);
this.setModifiers(this.handlers.box.dragHandler.evt);
this.request(bounds);
} else {
bounds = this.pixelToBounds(position);
}
this.setModifiers(this.handlers.box.dragHandler.evt);
this.request(bounds);
}
},
/**