mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Remove semicolons from JS tests
This commit is contained in:
@@ -33,12 +33,12 @@ $(function () {
|
||||
stop()
|
||||
$('<div class="collapse"/>')
|
||||
.on('show.bs.collapse', function (e) {
|
||||
e.preventDefault();
|
||||
ok(true);
|
||||
start();
|
||||
e.preventDefault()
|
||||
ok(true)
|
||||
start()
|
||||
})
|
||||
.on('shown.bs.collapse', function () {
|
||||
ok(false);
|
||||
ok(false)
|
||||
})
|
||||
.collapse('show')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user