0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Fix new unit test in popover

This commit is contained in:
Johann-S 2017-11-24 10:11:34 +01:00 committed by XhmikosR
parent ec69de4b7e
commit 2ff8ed5cbf

View File

@ -462,6 +462,6 @@ $(function () {
done()
})
$popover.trigger($.Event('click'))
EventHandler.trigger($popover[0], 'click')
})
})