diff options
| author | Mark Otto <[email protected]> | 2017-08-20 13:36:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-20 13:36:58 -0700 |
| commit | 6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a (patch) | |
| tree | 36f9dee99ecdeca0d4e651f95c4b81ff9599e7b1 /js/dist/dropdown.js | |
| parent | 26e6d8b2b28555e2c0e3cdd02e98550420265771 (diff) | |
| download | bootstrap-6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a.tar.xz bootstrap-6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a.zip | |
dist
Diffstat (limited to 'js/dist/dropdown.js')
| -rw-r--r-- | js/dist/dropdown.js | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/js/dist/dropdown.js b/js/dist/dropdown.js index d88b97a4a..0b4128074 100644 --- a/js/dist/dropdown.js +++ b/js/dist/dropdown.js @@ -85,14 +85,14 @@ var Dropdown = function ($) { placement: 'string', offset: '(number|string)', flip: 'boolean' - }; - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ + /** + * ------------------------------------------------------------------------ + * Class Definition + * ------------------------------------------------------------------------ + */ + }; var Dropdown = function () { function Dropdown(element, config) { _classCallCheck(this, Dropdown); @@ -241,10 +241,9 @@ var Dropdown = function ($) { enabled: this._config.flip } } - }; - // Disable Popper.js for Dropdown in Navbar - if (this._inNavbar) { + // Disable Popper.js for Dropdown in Navbar + };if (this._inNavbar) { popperConfig.modifiers.applyStyle = { enabled: !this._inNavbar }; |
