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:
-rw-r--r--js/src/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js
index f03f9ef4d5..fc96812b46 100644
--- a/js/src/tooltip.js
+++ b/js/src/tooltip.js
@@ -314,7 +314,7 @@ class Tooltip extends BaseComponent {
}
update() {
- if (this._popper !== null) {
+ if (this._popper) {
this._popper.update()
}
}