r3502 committed - Updated dependency list for all widgets.

r3502 committed - Updated dependency list for all widgets.

Revision: 3502
Author: scott.gonzalez
Date: Wed Dec 16 17:44:16 2009
Log: Updated dependency list for all widgets.
http://code.google.com/p/jquery-ui/source/detail?r=3502
Modified:
/branches/dev/ui/jquery.ui.accordion.js
/branches/dev/ui/jquery.ui.autocomplete.js
/branches/dev/ui/jquery.ui.button.js
/branches/dev/ui/jquery.ui.datepicker.js
/branches/dev/ui/jquery.ui.dialog.js
/branches/dev/ui/jquery.ui.draggable.js
/branches/dev/ui/jquery.ui.droppable.js
/branches/dev/ui/jquery.ui.modal.js
/branches/dev/ui/jquery.ui.progressbar.js
/branches/dev/ui/jquery.ui.resizable.js
/branches/dev/ui/jquery.ui.selectable.js
/branches/dev/ui/jquery.ui.slider.js
/branches/dev/ui/jquery.ui.sortable.js
/branches/dev/ui/jquery.ui.tabs.js
/branches/dev/ui/jquery.ui.tooltip.js
=======================================
--- /branches/dev/ui/jquery.ui.accordion.js    Thu Sep 17 03:39:12 2009
+++ /branches/dev/ui/jquery.ui.accordion.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
*    jquery.ui.core.js
+ *    jquery.ui.widget.js
*/
(function($) {
=======================================
--- /branches/dev/ui/jquery.ui.autocomplete.js    Wed Dec 16 09:49:06 2009
+++ /branches/dev/ui/jquery.ui.autocomplete.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
*    jquery.ui.core.js
+ *    jquery.ui.widget.js
*/
(function($) {
=======================================
--- /branches/dev/ui/jquery.ui.button.js    Sat Nov 7 03:05:27 2009
+++ /branches/dev/ui/jquery.ui.button.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
*    jquery.ui.core.js
+ *    jquery.ui.widget.js
*/
(function($) {
=======================================
--- /branches/dev/ui/jquery.ui.datepicker.js    Wed Dec 16 10:33:56 2009
+++ /branches/dev/ui/jquery.ui.datepicker.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
*    jquery.ui.core.js
+ *    jquery.ui.widget.js
*/
(function($) { // hide the namespace
=======================================
--- /branches/dev/ui/jquery.ui.dialog.js    Wed Dec 16 10:33:56 2009
+++ /branches/dev/ui/jquery.ui.dialog.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
*    jquery.ui.core.js
+ *    jquery.ui.widget.js
*    jquery.ui.draggable.js
*    jquery.ui.position.js
*    jquery.ui.resizable.js
=======================================
--- /branches/dev/ui/jquery.ui.draggable.js    Thu Sep 17 03:39:12 2009
+++ /branches/dev/ui/jquery.ui.draggable.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
*    jquery.ui.core.js
+ *    jquery.ui.widget.js
*/
(function($) {
=======================================
--- /branches/dev/ui/jquery.ui.droppable.js    Thu Sep 17 03:39:12 2009
+++ /branches/dev/ui/jquery.ui.droppable.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
*    jquery.ui.core.js
+ *    jquery.ui.widget.js
*    jquery.ui.draggable.js
*/
(function($) {
=======================================
--- /branches/dev/ui/jquery.ui.modal.js    Sat Sep 26 04:12:14 2009
+++ /branches/dev/ui/jquery.ui.modal.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
*    jquery.ui.core.js
+ *    jquery.ui.widget.js
*/
(function($) {
=======================================
--- /branches/dev/ui/jquery.ui.progressbar.js    Thu Sep 17 03:39:12 2009
+++ /branches/dev/ui/jquery.ui.progressbar.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
* jquery.ui.core.js
+ * jquery.ui.widget.js
*/
(function($) {
=======================================
--- /branches/dev/ui/jquery.ui.resizable.js    Thu Sep 17 03:39:12 2009
+++ /branches/dev/ui/jquery.ui.resizable.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
*    jquery.ui.core.js
+ *    jquery.ui.widget.js
*/
(function($) {
=======================================
--- /branches/dev/ui/jquery.ui.selectable.js    Thu Sep 17 03:39:12 2009
+++ /branches/dev/ui/jquery.ui.selectable.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
*    jquery.ui.core.js
+ *    jquery.ui.widget.js
*/
(function($) {
=======================================
--- /branches/dev/ui/jquery.ui.slider.js    Wed Nov 18 10:13:25 2009
+++ /branches/dev/ui/jquery.ui.slider.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
*    jquery.ui.core.js
+ *    jquery.ui.widget.js
*/
(function($) {
=======================================
--- /branches/dev/ui/jquery.ui.sortable.js    Sun Oct 25 03:27:04 2009
+++ /branches/dev/ui/jquery.ui.sortable.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
*    jquery.ui.core.js
+ *    jquery.ui.widget.js
*/
(function($) {
=======================================
--- /branches/dev/ui/jquery.ui.tabs.js    Wed Nov 18 10:13:25 2009
+++ /branches/dev/ui/jquery.ui.tabs.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
*    jquery.ui.core.js
+ *    jquery.ui.widget.js
*/
(function($) {
=======================================
--- /branches/dev/ui/jquery.ui.tooltip.js    Mon Nov 16 05:56:15 2009
+++ /branches/dev/ui/jquery.ui.tooltip.js    Wed Dec 16 17:44:16 2009
@@ -9,6 +9,7 @@
*
* Depends:
*    jquery.ui.core.js
+ *    jquery.ui.widget.js
* jquery.ui.position.js
*/
(function($) {
--