diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index bd4644b3c87d9261b11b710231c30c1160a40668..55009dee2fc975f447b4f7a929de2f6a7b4e4648 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>