A bit of lint removal.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10990 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2011-01-01 23:48:08 +00:00
parent 7eed099b4e
commit e7803974b0
4 changed files with 11 additions and 7 deletions

View File

@@ -267,7 +267,7 @@ OpenLayers.Feature.Vector = OpenLayers.Class(OpenLayers.Feature, {
if(!this.layer || !this.geometry.move){
//do nothing if no layer or immoveable geometry
return;
return undefined;
}
var pixel;