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", { $.widget("ui.droppable", {
version: "@VERSION", version: "@VERSION",
widgetEventPrefix: "drop", widgetEventPrefix: "drop",
allowedTolerance: ['touch'], allowedTolerance: ["touch","intersect"],
options: { options: {
// accept: '*', // accept: '*',
// activeClass: false, // activeClass: false,