0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

JSCS hotfix

[skip sauce] [skip validator]
This commit is contained in:
Chris Rebert 2014-06-26 13:01:15 -07:00
parent ed8a64c5d8
commit b9527acc45

View File

@ -91,7 +91,7 @@
// Default & dismissible popover demos
$('.bs-docs-popover').popover()
$('.bs-docs-popover-dismiss').popover({trigger: 'focus'})
$('.bs-docs-popover-dismiss').popover({ trigger: 'focus' })
// Button state demo
$('#loading-example-btn').click(function () {