From 247c29ee93d29994b3951ba66474affeaf5206af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Sat, 7 Jan 2012 12:20:49 -0500 Subject: [PATCH] Draggable, Droppable: Updated dependencies. --- ui/jquery.ui.draggable.js | 1 + ui/jquery.ui.droppable.js | 1 + 2 files changed, 2 insertions(+) diff --git a/ui/jquery.ui.draggable.js b/ui/jquery.ui.draggable.js index 9b76bbca7..c1411e065 100644 --- a/ui/jquery.ui.draggable.js +++ b/ui/jquery.ui.draggable.js @@ -9,6 +9,7 @@ * * Depends: * jquery.ui.core.js + * jquery.ui.interaction.js * jquery.ui.widget.js */ (function( $, undefined ) { diff --git a/ui/jquery.ui.droppable.js b/ui/jquery.ui.droppable.js index 714a8ec2f..77a2475d1 100644 --- a/ui/jquery.ui.droppable.js +++ b/ui/jquery.ui.droppable.js @@ -10,6 +10,7 @@ * Depends: * jquery.ui.core.js * jquery.ui.widget.js + * jquery.ui.interaction.js * jquery.ui.draggable.js */ (function( $, undefined ) {