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:
authorMark Otto <markdotto@gmail.com>2017-08-20 23:36:58 +0300
committerMark Otto <markdotto@gmail.com>2017-08-20 23:36:58 +0300
commit6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a (patch)
tree36f9dee99ecdeca0d4e651f95c4b81ff9599e7b1 /js/dist/dropdown.js
parent26e6d8b2b28555e2c0e3cdd02e98550420265771 (diff)
dist
Diffstat (limited to 'js/dist/dropdown.js')
-rw-r--r--js/dist/dropdown.js17
1 files changed, 8 insertions, 9 deletions
diff --git a/js/dist/dropdown.js b/js/dist/dropdown.js
index d88b97a4a7..0b41280743 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
};