diff options
-rw-r--r-- | ui/ui.droppable.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/ui.droppable.js b/ui/ui.droppable.js index e3cb08873..6833c4dfd 100644 --- a/ui/ui.droppable.js +++ b/ui/ui.droppable.js @@ -15,7 +15,8 @@ $.widget("ui.droppable", { init: function() { - + + var o = this.options, accept = o.accept; this.isover = 0; this.isout = 1; this.options.accept = this.options.accept && this.options.accept.constructor == Function ? this.options.accept : function(d) { |