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

View File

@@ -106,8 +106,6 @@ OpenLayers.Handler = OpenLayers.Class({
if (control.map) {
this.setMap(control.map);
}
OpenLayers.Util.extend(this, options);
this.id = OpenLayers.Util.createUniqueID(this.CLASS_NAME + "_");
},