diff options
| author | Mark Otto <[email protected]> | 2014-02-08 15:46:51 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-08 15:46:51 -0800 |
| commit | 06e6affa4ab86ea67fefc59386e6e2d6c53cc209 (patch) | |
| tree | 05cc5a18c23f08345233a4785d1daa52bb452778 /docs/examples | |
| parent | b683433f672525cbbe25a4d5aa928610a66ea030 (diff) | |
| parent | bdf9ce4c45b81e62ab7ebd88a9e3daa98ecdd10c (diff) | |
| download | bootstrap-06e6affa4ab86ea67fefc59386e6e2d6c53cc209.tar.xz bootstrap-06e6affa4ab86ea67fefc59386e6e2d6c53cc209.zip | |
Merge pull request #12645 from ZDroid/docs-js-semicolons
Omit semicolons consistently in docs
Diffstat (limited to 'docs/examples')
| -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 |
