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:
@@ -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 + "_");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user