Droppable: Put tolerance in allowed array

This commit is contained in:
Dave Stein 2011-11-13 18:41:29 -05:00
parent 3914cebe66
commit dac3dddd9e

View File

@ -17,7 +17,7 @@
$.widget("ui.droppable", {
version: "@VERSION",
widgetEventPrefix: "drop",
allowedTolerance: ['touch'],
allowedTolerance: ["touch","intersect"],
options: {
// accept: '*',
// activeClass: false,