From 03efae28873822a1b753a3ce22e8d5945c9832ce Mon Sep 17 00:00:00 2001 From: = Date: Sat, 9 Oct 2010 02:05:18 +0800 Subject: [PATCH] Button: removed explicit call to _init() from _create(). Fixes #6165 - buttonset: refresh() fires twice on create --- ui/jquery.ui.button.js | 1 - 1 file changed, 1 deletion(-) 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() { -- 2.39.5