From 42a8f0c73a148fcb5637890e2e942d5dcbcbcf25 Mon Sep 17 00:00:00 2001 From: KOLDERWH <918143513@qq.com> Date: Fri, 15 Aug 2025 05:27:21 +0800 Subject: [PATCH] remove:duplicated static method (#9830) --- src/control/Control.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/control/Control.js b/src/control/Control.js index 1f5c7ea6f..0f566090c 100644 --- a/src/control/Control.js +++ b/src/control/Control.js @@ -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);