Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-26 16:51:06 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-03-11 18:01:28 +0300
commitdd0239d169c456e7f504522d6759a629c8b6301a (patch)
tree9e09012347212d9ee420ec3c85d65604aebe82d5 /js/src/scrollspy.js
parentdce47b5451c31acdfc2326da6c3a1fb2cb3248c0 (diff)
Remove more unused properties.
Diffstat (limited to 'js/src/scrollspy.js')
-rw-r--r--js/src/scrollspy.js1
1 files changed, 0 insertions, 1 deletions
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'
}