From 75e6cf902e947544e0d8fc363e206e40cda5ddad Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Wed, 22 Feb 2012 18:04:21 -0800 Subject: [PATCH] docs --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index a353763..e25c46e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -583,7 +583,7 @@

SplitButton

Example

-

The SplitButton component emits three events, "click" when the button itself is clicked, "show" and "hide" for when the contents display is toggled. This component is abstract, it is not bound to a Menu or ColorPicker etc, one should inherit from this component to display content.

+

The SplitButton component emits three events, "click" when the button itself is clicked, "show" and "hide" for when the contents display is toggled. This component is abstract, it is not bound to a Menu or ColorPicker etc. One should inherit from this component to display content.