diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/jquery.ui.button.js | 1 |
1 files changed, 0 insertions, 1 deletions
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() { |