]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove more unused properties.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 26 Feb 2019 13:51:06 +0000 (15:51 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 11 Mar 2019 15:01:28 +0000 (17:01 +0200)
js/src/dropdown.js
js/src/scrollspy.js
js/src/tooltip.js

index 1492f4827557293735273e0d6ca87e627902b2a4..aa937afdb8bcce886bc8f943679a6949c9b42a03 100644 (file)
@@ -56,7 +56,6 @@ const ClassName = {
   DROPRIGHT: 'dropright',
   DROPLEFT: 'dropleft',
   MENURIGHT: 'dropdown-menu-right',
-  MENULEFT: 'dropdown-menu-left',
   POSITION_STATIC: 'position-static'
 }
 
index 30e681eb1c838075971e86f2f60fc7a2abe331a7..d902017536abdefc506e181360b3e6d0a960b1bf 100644 (file)
@@ -49,7 +49,6 @@ const Event = {
 
 const ClassName = {
   DROPDOWN_ITEM: 'dropdown-item',
-  DROPDOWN_MENU: 'dropdown-menu',
   ACTIVE: 'active'
 }
 
index 950401deac217d77d9e808bf727f9d37e1dd9f8d..0b2ca1bfc601b43556817195d64d583b11f855c5 100644 (file)
@@ -111,7 +111,6 @@ const ClassName = {
 }
 
 const Selector = {
-  TOOLTIP: '.tooltip',
   TOOLTIP_INNER: '.tooltip-inner',
   TOOLTIP_ARROW: '.tooltip-arrow'
 }