From 7321aa017db04707fc05b52294aebe7648192cf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Zaefferer?= Date: Wed, 3 Feb 2010 23:30:37 +0000 Subject: [PATCH] cleaning up dependency listings --- ui/jquery.ui.autocomplete.js | 1 + ui/jquery.ui.dialog.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js index e3c1445fda..470ae1636e 100644 --- a/ui/jquery.ui.autocomplete.js +++ b/ui/jquery.ui.autocomplete.js @@ -10,6 +10,7 @@ * Depends: * jquery.ui.core.js * jquery.ui.widget.js + * jquery.ui.position.js */ (function( $ ) { diff --git a/ui/jquery.ui.dialog.js b/ui/jquery.ui.dialog.js index 752f3ac2f7..a6111b8729 100644 --- a/ui/jquery.ui.dialog.js +++ b/ui/jquery.ui.dialog.js @@ -8,13 +8,13 @@ * http://docs.jquery.com/UI/Dialog * * Depends: - * jquery.ui.button.js * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.button.js * jquery.ui.draggable.js * jquery.ui.mouse.js * jquery.ui.position.js * jquery.ui.resizable.js - * jquery.ui.widget.js */ (function($) {