replace Size instances with simple object
This commit is contained in:
@@ -41,7 +41,7 @@ OpenLayers.Control.OverviewMap = OpenLayers.Class(OpenLayers.Control, {
|
||||
* class name olControlOverviewMapElement) may have padding or other style
|
||||
* attributes added via CSS.
|
||||
*/
|
||||
size: new OpenLayers.Size(180, 90),
|
||||
size: {w: 180, h: 90},
|
||||
|
||||
/**
|
||||
* APIProperty: layers
|
||||
|
||||
Reference in New Issue
Block a user