From: XhmikosR Date: Tue, 26 Feb 2019 13:51:06 +0000 (+0200) Subject: Remove more unused properties. X-Git-Tag: v5.0.0-alpha1~1229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd0239d169c456e7f504522d6759a629c8b6301a;p=thirdparty%2Fbootstrap.git Remove more unused properties. --- diff --git a/js/src/dropdown.js b/js/src/dropdown.js index 1492f48275..aa937afdb8 100644 --- a/js/src/dropdown.js +++ b/js/src/dropdown.js @@ -56,7 +56,6 @@ const ClassName = { DROPRIGHT: 'dropright', DROPLEFT: 'dropleft', MENURIGHT: 'dropdown-menu-right', - MENULEFT: 'dropdown-menu-left', POSITION_STATIC: 'position-static' } diff --git a/js/src/scrollspy.js b/js/src/scrollspy.js index 30e681eb1c..d902017536 100644 --- a/js/src/scrollspy.js +++ b/js/src/scrollspy.js @@ -49,7 +49,6 @@ const Event = { const ClassName = { DROPDOWN_ITEM: 'dropdown-item', - DROPDOWN_MENU: 'dropdown-menu', ACTIVE: 'active' } diff --git a/js/src/tooltip.js b/js/src/tooltip.js index 950401deac..0b2ca1bfc6 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -111,7 +111,6 @@ const ClassName = { } const Selector = { - TOOLTIP: '.tooltip', TOOLTIP_INNER: '.tooltip-inner', TOOLTIP_ARROW: '.tooltip-arrow' }