aboutsummaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-12 12:47:34 +0200
committerXhmikosR <[email protected]>2019-02-20 22:05:45 +0200
commitf0c6b24bd78638736155d6e963621ea19dc68046 (patch)
treed14c23bdd47f3bda457403e38f9dc7ada4503518 /js/tests
parentfdbb5db9192321564fd480d4ee77a2e966312427 (diff)
downloadbootstrap-f0c6b24bd78638736155d6e963621ea19dc68046.tar.xz
bootstrap-f0c6b24bd78638736155d6e963621ea19dc68046.zip
4.3.1.
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/unit/tooltip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/tooltip.js b/js/tests/unit/tooltip.js
index 4586e4f43..85fafe4b8 100644
--- a/js/tests/unit/tooltip.js
+++ b/js/tests/unit/tooltip.js
@@ -1243,7 +1243,7 @@ $(function () {
})
var tooltip = Tooltip._getInstance($trigger[0])
- tooltip.setElementContent($element, content)
+ tooltip.setElementContent($element[0], content)
assert.strictEqual($element[0].innerHTML, content)
})