Skip to content

Commit

Permalink
Button: removed explicit call to _init() from _create(). Fixes #6165 …
Browse files Browse the repository at this point in the history
…- buttonset: refresh() fires twice on create
  • Loading branch information
= authored and scottgonzalez committed Oct 8, 2010
1 parent 09073f0 commit 03efae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/jquery.ui.button.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ $.widget( "ui.button", {
$.widget( "ui.buttonset", {
_create: function() {
this.element.addClass( "ui-buttonset" );
this._init();
},

_init: function() {
Expand Down

0 comments on commit 03efae2

Please sign in to comment.