diff options
| author | ggam <[email protected]> | 2013-08-14 19:53:37 +0200 |
|---|---|---|
| committer | ggam <[email protected]> | 2013-08-14 19:53:37 +0200 |
| commit | cde39f7b785e5931d204ea33937adfbd7194204b (patch) | |
| tree | 79f516ff718065da33cd60bfccca7b69ab654244 /javascript.html | |
| parent | b9620a1d5e519d1befd14f811c91b87f3c49f00b (diff) | |
| download | bootstrap-cde39f7b785e5931d204ea33937adfbd7194204b.tar.xz bootstrap-cde39f7b785e5931d204ea33937adfbd7194204b.zip | |
Fixed indentation in JavaScript example
Diffstat (limited to 'javascript.html')
| -rw-r--r-- | javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html index 3797dbf65..152b9b08e 100644 --- a/javascript.html +++ b/javascript.html @@ -936,7 +936,7 @@ $('#example').tooltip(options) </div><!-- /.bs-table-scrollable --> {% highlight js %} $('#myTooltip').on('hidden.bs.tooltip', function () { -// do something… + // do something… }) {% endhighlight %} </div> |
