remove redundant OpenLayers.Util.extend. r=elemoine (closes #2137)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10408 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2010-06-17 13:04:16 +00:00
parent c4fbe1c0b3
commit 4bb7ccaf0a
-2
View File
@@ -107,8 +107,6 @@ OpenLayers.Handler = OpenLayers.Class({
this.setMap(control.map); this.setMap(control.map);
} }
OpenLayers.Util.extend(this, options);
this.id = OpenLayers.Util.createUniqueID(this.CLASS_NAME + "_"); this.id = OpenLayers.Util.createUniqueID(this.CLASS_NAME + "_");
}, },