From eefddb1eab113de7aeb5d23c856e872841b4bef9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 13 Apr 2013 22:49:21 -0700 Subject: [PATCH] more indenting --- docs/docs.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/docs.html b/docs/docs.html index 76e1b7e0e7..cbea472fa3 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -5843,20 +5843,20 @@ $('#example').tooltip(options)

Bootstrap's alert class exposes a few events for hooking into alert functionality.

- - - - + + + + - - - - - - - - + + + + + + + +
EventDescription
EventDescription
closeThis event fires immediately when the close instance method is called.
closedThis event is fired when the alert has been closed (will wait for css transitions to complete).
closeThis event fires immediately when the close instance method is called.
closedThis event is fired when the alert has been closed (will wait for css transitions to complete).
{% highlight js linenos %}