Docs inconsistent spacing
Created by: JustinDrake
Snippets taken from the docs. Notice the inconsistent indentation of comment.
$('#myDropdown').on('show.bs.dropdown', function () {
// do something…
})
$('#myTooltip').on('hidden.bs.tooltip', function () {
// do something…
})