mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-30 10:37:56 -05:00
Droppable .is(accept) on init() fixed
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user