From: = Date: Fri, 8 Oct 2010 18:05:18 +0000 (+0800) Subject: Button: removed explicit call to _init() from _create(). Fixes #6165 - buttonset... X-Git-Tag: 1.8.6~32 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=03efae28873822a1b753a3ce22e8d5945c9832ce;p=jquery-ui.git Button: removed explicit call to _init() from _create(). Fixes #6165 - buttonset: refresh() fires twice on create --- diff --git a/ui/jquery.ui.button.js b/ui/jquery.ui.button.js index 5e52fb4cb..912e45273 100644 --- a/ui/jquery.ui.button.js +++ b/ui/jquery.ui.button.js @@ -317,7 +317,6 @@ $.widget( "ui.button", { $.widget( "ui.buttonset", { _create: function() { this.element.addClass( "ui-buttonset" ); - this._init(); }, _init: function() {