2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

bump to 4.2.1

This commit is contained in:
Johann-S
2019-01-04 16:09:52 +02:00
committed by XhmikosR
parent 709dcb98dd
commit c096e0e0da
6 changed files with 25 additions and 22 deletions
+2 -2
View File
@@ -1391,7 +1391,7 @@ $(function () {
offset: getOffset
})
var dropdown = $dropdown.data('bs.dropdown')
var dropdown = Dropdown._getInstance($dropdown[0])
var offset = dropdown._getOffset()
assert.ok(typeof offset.offset === 'undefined')
@@ -1417,7 +1417,7 @@ $(function () {
offset: myOffset
})
var dropdown = $dropdown.data('bs.dropdown')
var dropdown = Dropdown._getInstance($dropdown[0])
var offset = dropdown._getOffset()
assert.strictEqual(offset.offset, myOffset)