From e5305103bab6bed335899d295f879af6b7ae5323 Mon Sep 17 00:00:00 2001 From: Dave Stein Date: Sun, 24 Feb 2013 18:15:54 -0500 Subject: [PATCH] Droppable Unit: Swapped `mouse.js` for `interaction.js` --- tests/unit/droppable/droppable.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/droppable/droppable.html b/tests/unit/droppable/droppable.html index c66069c07..0838795dd 100644 --- a/tests/unit/droppable/droppable.html +++ b/tests/unit/droppable/droppable.html @@ -15,7 +15,7 @@ js: [ "ui/jquery.ui.core.js", "ui/jquery.ui.widget.js", - "ui/jquery.ui.mouse.js", + "ui/jquery.ui.interaction.js", "ui/jquery.ui.draggable.js", "ui/jquery.ui.droppable.js" ]