mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-11 16:14:04 +02:00
Remove more unused properties.
This commit is contained in:
@@ -56,7 +56,6 @@ const ClassName = {
|
|||||||
DROPRIGHT: 'dropright',
|
DROPRIGHT: 'dropright',
|
||||||
DROPLEFT: 'dropleft',
|
DROPLEFT: 'dropleft',
|
||||||
MENURIGHT: 'dropdown-menu-right',
|
MENURIGHT: 'dropdown-menu-right',
|
||||||
MENULEFT: 'dropdown-menu-left',
|
|
||||||
POSITION_STATIC: 'position-static'
|
POSITION_STATIC: 'position-static'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -49,7 +49,6 @@ const Event = {
|
|||||||
|
|
||||||
const ClassName = {
|
const ClassName = {
|
||||||
DROPDOWN_ITEM: 'dropdown-item',
|
DROPDOWN_ITEM: 'dropdown-item',
|
||||||
DROPDOWN_MENU: 'dropdown-menu',
|
|
||||||
ACTIVE: 'active'
|
ACTIVE: 'active'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -111,7 +111,6 @@ const ClassName = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const Selector = {
|
const Selector = {
|
||||||
TOOLTIP: '.tooltip',
|
|
||||||
TOOLTIP_INNER: '.tooltip-inner',
|
TOOLTIP_INNER: '.tooltip-inner',
|
||||||
TOOLTIP_ARROW: '.tooltip-arrow'
|
TOOLTIP_ARROW: '.tooltip-arrow'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user