From dac3dddd9e33471da95d1f125489e9931437f5da Mon Sep 17 00:00:00 2001 From: Dave Stein Date: Sun, 13 Nov 2011 18:41:29 -0500 Subject: [PATCH] Droppable: Put tolerance in allowed array --- ui/jquery.ui.droppable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.ui.droppable.js b/ui/jquery.ui.droppable.js index e2eabd2d9..a24bb14c2 100644 --- a/ui/jquery.ui.droppable.js +++ b/ui/jquery.ui.droppable.js @@ -17,7 +17,7 @@ $.widget("ui.droppable", { version: "@VERSION", widgetEventPrefix: "drop", - allowedTolerance: ['touch'], + allowedTolerance: ["touch","intersect"], options: { // accept: '*', // activeClass: false,