From a96232a59135565b7bd194729c639763d9e19525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Sun, 8 Jan 2012 21:54:49 -0500 Subject: [PATCH] Droppable: Removed interaction as dependency. --- ui/jquery.ui.droppable.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/jquery.ui.droppable.js b/ui/jquery.ui.droppable.js index 197133f8a..30ff87246 100644 --- a/ui/jquery.ui.droppable.js +++ b/ui/jquery.ui.droppable.js @@ -10,7 +10,6 @@ * Depends: * jquery.ui.core.js * jquery.ui.widget.js - * jquery.ui.interaction.js * jquery.ui.draggable.js */ (function( $, undefined ) {