mirror of https://github.com/twbs/bootstrap.git
Fix new unit test in popover
This commit is contained in:
parent
ec69de4b7e
commit
2ff8ed5cbf
|
@ -462,6 +462,6 @@ $(function () {
|
||||||
done()
|
done()
|
||||||
})
|
})
|
||||||
|
|
||||||
$popover.trigger($.Event('click'))
|
EventHandler.trigger($popover[0], 'click')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue