Skip to content

Commit 03efae2

Browse files
=scottgonzalez
=
authored andcommitted
Button: removed explicit call to _init() from _create(). Fixes #6165 - buttonset: refresh() fires twice on create
1 parent 09073f0 commit 03efae2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/jquery.ui.button.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ $.widget( "ui.button", {
317317
$.widget( "ui.buttonset", {
318318
_create: function() {
319319
this.element.addClass( "ui-buttonset" );
320-
this._init();
321320
},
322321

323322
_init: function() {

0 commit comments

Comments
 (0)