From ecac3a68474280ed7b51c2b66d1cf3dddce6814d Mon Sep 17 00:00:00 2001 From: = Date: Fri, 8 Oct 2010 14:05:18 -0400 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 5e52fb4cb81..912e4527341 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() {