1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

Omit semicolons consistently in docs

This commit is contained in:
Zlatan Vasović
2014-02-07 19:31:08 +01:00
parent 4d7b2ddba9
commit bdf9ce4c45
4 changed files with 16 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
$(document).ready(function() {
$('[data-toggle=offcanvas]').click(function() {
$('.row-offcanvas').toggleClass('active');
$(document).ready(function () {
$('[data-toggle=offcanvas]').click(function () {
$('.row-offcanvas').toggleClass('active')
});
});