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-07-16 23:11:21 +0300
committerMark Otto <markdotto@gmail.com>2017-07-16 23:11:21 +0300
commit082c9d92fe1057f8dddda32e1002983d82c681aa (patch)
tree3a0a3e7329b1eabdc6b24165ab10fd39558f5058 /js/dist/dropdown.js
parent696b2bee113290774c4b74bd709d008c800f0e30 (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 94c506b557..5f95fead35 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
};