1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 21:22:52 +02:00
This commit is contained in:
XhmikosR
2019-02-12 12:47:34 +02:00
parent fdbb5db919
commit f0c6b24bd7
6 changed files with 6 additions and 6 deletions

View File

@@ -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)
})