2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

fix tests

This commit is contained in:
fat
2013-05-16 17:44:50 -07:00
parent 19de2e8603
commit a72d0d6e3a
23 changed files with 1534 additions and 1616 deletions
+2 -2
View File
@@ -48,12 +48,12 @@ $(function () {
$.support.transition = false
stop();
$('<div class="alert"/>')
.bind('bs-close', function (e) {
.bind('bs:alert:close', function (e) {
e.preventDefault();
ok(true);
start();
})
.bind('bs-closed', function () {
.bind('bs:alert:closed', function () {
ok(false);
})
.alert('close')