1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Update modal.js

This commit is contained in:
XhmikosR 2017-10-04 15:03:06 +03:00 committed by GitHub
parent ef2da793e8
commit be9e6f3638

View file

@ -684,6 +684,9 @@ $(function () {
}).on('hidden.bs.modal', function () {
assert.strictEqual(count, 1, 'show() runs only once')
done()
}).bootstrapModal('show').bootstrapModal('show').bootstrapModal('hide')
})
.bootstrapModal('show')
.bootstrapModal('show')
.bootstrapModal('hide')
})
})