From 7d96a0d0966d9e680c968db2869900ac624a44ad Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 15 Jan 2010 18:58:20 +0000 Subject: Widget factory: Changed _create to _init. Partial fix for #5064 - Widget: make multiple instantiation more useful. --- demos/autocomplete/combobox.html | 2 +- tests/unit/widget/widget.js | 14 +++++++------- ui/jquery.ui.accordion.js | 2 +- ui/jquery.ui.autocomplete.js | 4 ++-- ui/jquery.ui.button.js | 4 ++-- ui/jquery.ui.dialog.js | 2 +- ui/jquery.ui.draggable.js | 2 +- ui/jquery.ui.droppable.js | 2 +- ui/jquery.ui.progressbar.js | 2 +- ui/jquery.ui.resizable.js | 2 +- ui/jquery.ui.selectable.js | 2 +- ui/jquery.ui.slider.js | 2 +- ui/jquery.ui.sortable.js | 2 +- ui/jquery.ui.tabs.js | 2 +- ui/jquery.ui.widget.js | 12 ++++++------ 15 files changed, 28 insertions(+), 28 deletions(-) diff --git a/demos/autocomplete/combobox.html b/demos/autocomplete/combobox.html index 88e4105e7..bf2d48bb0 100644 --- a/demos/autocomplete/combobox.html +++ b/demos/autocomplete/combobox.html @@ -13,7 +13,7 @@