From: Chris Rebert Date: Fri, 21 Aug 2015 01:47:41 +0000 (-0700) Subject: rm docs references to nuked stateful button feature X-Git-Tag: v4.0.0-alpha.2~481^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d24a15d2b046dea6951aa4e8c0b5e118650f3544;p=thirdparty%2Fbootstrap.git rm docs references to nuked stateful button feature [skip sauce] --- diff --git a/docs/components/buttons.md b/docs/components/buttons.md index 893d04df24..664c8f57be 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -179,18 +179,3 @@ Note that pre-checked buttons require you to manually add the `.active` class to | Method | Description | | --- | --- | | `$().button('toggle')` |Toggles push state. Gives the button the appearance that it has been activated. | -| `$().button('reset')` | Resets button state—swaps text to original text. **This method is asynchronous and returns before the resetting has actually completed.** | -| `$().button(string)` | Swaps text to any data defined text state. | - -### Custom state example - -{% highlight html %} - - -{% endhighlight %}