mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-23 16:06:45 +00:00
fix: drop unused variable
This commit is contained in:
parent
8f1cb74e4e
commit
f87c43e8e4
|
@ -10,8 +10,6 @@ const Transclude = require( './Transclude.js' );
|
|||
const Util = require( './Util.js' );
|
||||
|
||||
let resizeObserver;
|
||||
|
||||
const previousWidths = new WeakMap();
|
||||
/**
|
||||
* Class representing TabberAction functionality for handling tab events and animations.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue