diff --git a/src/extension.js b/src/extension.js index 3b50938..dc2cf22 100644 --- a/src/extension.js +++ b/src/extension.js @@ -63,13 +63,6 @@ class Extension { /// Methods used on extension enable. /// //////////////////////////////////////////////////////////////////////////// - /** - * An object containing a position and box overwrite. - * @typedef PositionAndBoxOverwrite - * @property {Number} position - The position overwrite. - * @property {string} box - The position box overwrite. - */ - /** * Overwrite `Panel._addToPanelBox` with a custom method, which simply calls * the original one and handles new items and orders the top bar afterwards.