diff options
| author | Zlatan Vasović <[email protected]> | 2014-02-07 19:31:08 +0100 |
|---|---|---|
| committer | Zlatan Vasović <[email protected]> | 2014-02-07 19:31:08 +0100 |
| commit | bdf9ce4c45b81e62ab7ebd88a9e3daa98ecdd10c (patch) | |
| tree | a6021c06e9d9f41be8aed8e8b6f92351d5ba931d /docs/examples/offcanvas/offcanvas.js | |
| parent | 4d7b2ddba92e47f923d22d9d7b23cb7b0a3e0bc2 (diff) | |
| download | bootstrap-bdf9ce4c45b81e62ab7ebd88a9e3daa98ecdd10c.tar.xz bootstrap-bdf9ce4c45b81e62ab7ebd88a9e3daa98ecdd10c.zip | |
Omit semicolons consistently in docs
Diffstat (limited to 'docs/examples/offcanvas/offcanvas.js')
| -rw-r--r-- | docs/examples/offcanvas/offcanvas.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/offcanvas/offcanvas.js b/docs/examples/offcanvas/offcanvas.js index 12f2dff51..ade5751fd 100644 --- a/docs/examples/offcanvas/offcanvas.js +++ b/docs/examples/offcanvas/offcanvas.js @@ -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') }); });
\ No newline at end of file |
