diff options
| author | XhmikosR <[email protected]> | 2019-02-26 15:51:06 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-11 17:01:28 +0200 |
| commit | dd0239d169c456e7f504522d6759a629c8b6301a (patch) | |
| tree | 9e09012347212d9ee420ec3c85d65604aebe82d5 /js/src/dropdown.js | |
| parent | dce47b5451c31acdfc2326da6c3a1fb2cb3248c0 (diff) | |
| download | bootstrap-dd0239d169c456e7f504522d6759a629c8b6301a.tar.xz bootstrap-dd0239d169c456e7f504522d6759a629c8b6301a.zip | |
Remove more unused properties.
Diffstat (limited to 'js/src/dropdown.js')
| -rw-r--r-- | js/src/dropdown.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/dropdown.js b/js/src/dropdown.js index 1492f4827..aa937afdb 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' } |
