diff options
author | = <eric@hynds.net> | 2010-10-09 02:05:18 +0800 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-10-09 02:24:56 +0800 |
commit | 03efae28873822a1b753a3ce22e8d5945c9832ce (patch) | |
tree | 6dd180b7f0e38cdc50b3178c3e0d59180a3d5a6e | |
parent | 09073f042e3a7336eccc5dd8e20b6ba5d7f4c9fa (diff) | |
download | jquery-ui-03efae28873822a1b753a3ce22e8d5945c9832ce.tar.gz jquery-ui-03efae28873822a1b753a3ce22e8d5945c9832ce.zip |
Button: removed explicit call to _init() from _create(). Fixes #6165 - buttonset: refresh() fires twice on create
-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() { |