Skip to content

Commit

Permalink
cleaning up dependency listings
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Feb 3, 2010
1 parent 288f3a6 commit 7321aa0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ui/jquery.ui.autocomplete.js
Expand Up @@ -10,6 +10,7 @@
* Depends: * Depends:
* jquery.ui.core.js * jquery.ui.core.js
* jquery.ui.widget.js * jquery.ui.widget.js
* jquery.ui.position.js
*/ */
(function( $ ) { (function( $ ) {


Expand Down
4 changes: 2 additions & 2 deletions ui/jquery.ui.dialog.js
Expand Up @@ -8,13 +8,13 @@
* http://docs.jquery.com/UI/Dialog * http://docs.jquery.com/UI/Dialog
* *
* Depends: * Depends:
* jquery.ui.button.js
* jquery.ui.core.js * jquery.ui.core.js
* jquery.ui.widget.js
* jquery.ui.button.js
* jquery.ui.draggable.js * jquery.ui.draggable.js
* jquery.ui.mouse.js * jquery.ui.mouse.js
* jquery.ui.position.js * jquery.ui.position.js
* jquery.ui.resizable.js * jquery.ui.resizable.js
* jquery.ui.widget.js
*/ */
(function($) { (function($) {


Expand Down

0 comments on commit 7321aa0

Please sign in to comment.