Patch from Tim Schaub to change from old class inheritance to new

inheritance. Closes #370.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@1717 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-10-23 17:27:29 +00:00
parent 69b66e2100
commit 43c916a433

View File

@@ -11,7 +11,7 @@
OpenLayers.Control.OverviewMap = OpenLayers.Class.create();
OpenLayers.Control.OverviewMap.prototype =
OpenLayers.Util.extend( new OpenLayers.Control(), {
OpenLayers.Class.inherit( OpenLayers.Control, {
/** For div.id
* @type String */