Commit 89f2c5c5 authored by Chris Rebert's avatar Chris Rebert
Browse files

Document that $(...).button('reset') is async.

Closes #16362.
[skip sauce]
parent fce30b57
Showing with 1 addition and 1 deletion
+1 -1
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
<p>Toggles push state. Gives the button the appearance that it has been activated.</p> <p>Toggles push state. Gives the button the appearance that it has been activated.</p>
<h4><code>$().button('reset')</code></h4> <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> <h4><code>$().button(string)</code></h4>
<p>Swaps text to any data defined text state.</p> <p>Swaps text to any data defined text state.</p>
......
Supports Markdown
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