]> source.dussan.org Git - jquery-ui.git/commitdiff
Button: removed explicit call to _init() from _create(). Fixes #6165 - buttonset...
author= <eric@hynds.net>
Fri, 8 Oct 2010 18:05:18 +0000 (02:05 +0800)
committerScott González <scott.gonzalez@gmail.com>
Fri, 8 Oct 2010 18:24:56 +0000 (02:24 +0800)
ui/jquery.ui.button.js

index 5e52fb4cb81be7d54951c9e37d8864d3dd4d7998..912e45273416ec740b7bd73511831c1c80a0cc07 100644 (file)
@@ -317,7 +317,6 @@ $.widget( "ui.button", {
 $.widget( "ui.buttonset", {
        _create: function() {
                this.element.addClass( "ui-buttonset" );
-               this._init();
        },
        
        _init: function() {