mirror of
https://github.com/Leaflet/Leaflet.git
synced 2026-02-01 17:27:23 +00:00
remove:duplicated static method (#9830)
This commit is contained in:
parent
c46c6c5c92
commit
42a8f0c73a
@ -25,16 +25,6 @@ export class Control extends Class {
|
||||
});
|
||||
}
|
||||
|
||||
static {
|
||||
// @section
|
||||
// @aka Control Options
|
||||
this.setDefaultOptions({
|
||||
// @option position: String = 'topright'
|
||||
// The position of the control (one of the map corners). Possible values are `'topleft'`,
|
||||
// `'topright'`, `'bottomleft'` or `'bottomright'`
|
||||
position: 'topright'
|
||||
});
|
||||
}
|
||||
|
||||
initialize(options) {
|
||||
Util.setOptions(this, options);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user