From 927d37f26f82ffd17b5dc332db39db4d57c9bc49 Mon Sep 17 00:00:00 2001 From: Jeroen Versteeg Date: Tue, 26 Aug 2014 10:20:35 +0200 Subject: [PATCH] Corrected ButtonGroup docs Docs wrongly claimed that `Y.ButtonGroup` inherits from `Y.ButtonCore`. --- src/button/docs/index.mustache | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/button/docs/index.mustache b/src/button/docs/index.mustache index 577b2f2025e..1b0adeb59da 100644 --- a/src/button/docs/index.mustache +++ b/src/button/docs/index.mustache @@ -144,7 +144,7 @@ YUI().use('button-group', function(Y){

use('button-group')

-

`Y.ButtonGroup` is a constructor that is used to generate widgets containing a group of buttons. To avoid widgets inside of widgets, this class is built on top of `Y.ButtonCore`, not `Y.Button`

+

`Y.ButtonGroup` is a constructor that is used to generate widgets containing a group of buttons.

@@ -212,7 +212,7 @@ YUI().use('button-group', function(Y){

Y.ButtonGroup

-

In addition to the inherited `Y.ButtonCore` attributes...

+

In addition to the inherited `Y.Widget` attributes...

@@ -298,7 +298,7 @@ YUI().use('button-group', function(Y){

Y.ButtonGroup

-

In addition to the inherited `Y.ButtonCore` events...

+

In addition to the inherited `Y.Widget` events...