Commit cde39f7b authored by ggam's avatar ggam

Fixed indentation in JavaScript example

parent b9620a1d
...@@ -936,7 +936,7 @@ $('#example').tooltip(options) ...@@ -936,7 +936,7 @@ $('#example').tooltip(options)
</div><!-- /.bs-table-scrollable --> </div><!-- /.bs-table-scrollable -->
{% highlight js %} {% highlight js %}
$('#myTooltip').on('hidden.bs.tooltip', function () { $('#myTooltip').on('hidden.bs.tooltip', function () {
// do something… // do something…
}) })
{% endhighlight %} {% endhighlight %}
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment