aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-05-05 15:02:07 -0700
committerChris Rebert <[email protected]>2015-05-05 15:03:12 -0700
commit89f2c5c5c04022e2e6381d361c66395d99c570d5 (patch)
tree5f376cb9f13a793f8e43c7ccb4b9bd255b2df131 /docs/_includes
parentfce30b57e2fbe750cdebf1794d3917f3176d06ce (diff)
downloadbootstrap-89f2c5c5c04022e2e6381d361c66395d99c570d5.tar.xz
bootstrap-89f2c5c5c04022e2e6381d361c66395d99c570d5.zip
Document that $(...).button('reset') is async.
Closes #16362. [skip sauce]
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/js/buttons.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html
index bd4644b3c..55009dee2 100644
--- a/docs/_includes/js/buttons.html
+++ b/docs/_includes/js/buttons.html
@@ -120,7 +120,7 @@
<p>Toggles push state. Gives the button the appearance that it has been activated.</p>
<h4><code>$().button('reset')</code></h4>
- <p>Resets button state - swaps text to original text.</p>
+ <p>Resets button state - swaps text to original text. <strong>This method is asynchronous and returns before the resetting has actually completed.</strong></p>
<h4><code>$().button(string)</code></h4>
<p>Swaps text to any data defined text state.</p>