2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fixed indentation in JavaScript example

This commit is contained in:
ggam
2013-08-14 19:53:37 +02:00
parent b9620a1d5e
commit cde39f7b78
+1 -1
View File
@@ -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>