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:
Diffstat (limited to 'js/dist/tooltip.js')
-rw-r--r--js/dist/tooltip.js9
1 files changed, 1 insertions, 8 deletions
diff --git a/js/dist/tooltip.js b/js/dist/tooltip.js
index 5f3e694d5d..c4e05db201 100644
--- a/js/dist/tooltip.js
+++ b/js/dist/tooltip.js
@@ -64,13 +64,6 @@
}
/**
- * --------------------------------------------------------------------------
- * Bootstrap (v4.1.3): tooltip.js
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
- * --------------------------------------------------------------------------
- */
-
- /**
* ------------------------------------------------------------------------
* Constants
* ------------------------------------------------------------------------
@@ -317,7 +310,7 @@
}
},
onUpdate: function onUpdate(data) {
- _this._handlePopperPlacementChange(data);
+ return _this._handlePopperPlacementChange(data);
}
});
$(tip).addClass(ClassName.SHOW); // If this is a touch-enabled device we add extra