mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Button: removed explicit call to _init() from _create(). Fixes #6165 - buttonset: refresh() fires twice on create
This commit is contained in:
parent
09073f042e
commit
03efae2887
1
ui/jquery.ui.button.js
vendored
1
ui/jquery.ui.button.js
vendored
@ -317,7 +317,6 @@ $.widget( "ui.button", {
|
||||
$.widget( "ui.buttonset", {
|
||||
_create: function() {
|
||||
this.element.addClass( "ui-buttonset" );
|
||||
this._init();
|
||||
},
|
||||
|
||||
_init: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user