0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

js/tests/unit/modal.js: Fix typo

[ci skip]
This commit is contained in:
Chris Rebert 2015-12-22 17:11:21 -07:00
parent 84b8a1999e
commit 96e9205009

View File

@ -181,7 +181,7 @@ $(function () {
var $div = $('<div id="modal-test"/>')
$div
.on('shown.bs.modal', function () {
assert.ok($('#modal-test').length, 'modal insterted into dom')
assert.ok($('#modal-test').length, 'modal inserted into dom')
assert.ok($('#modal-test').is(':visible'), 'modal visible')
$div.trigger($.Event('keydown', { which: 27 }))