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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user