From 7d96a0d0966d9e680c968db2869900ac624a44ad Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 15 Jan 2010 18:58:20 +0000 Subject: Widget factory: Changed _create to _init. Partial fix for #5064 - Widget: make multiple instantiation more useful. --- ui/jquery.ui.droppable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/jquery.ui.droppable.js') diff --git a/ui/jquery.ui.droppable.js b/ui/jquery.ui.droppable.js index 3c8c88b96..59b75dc8c 100644 --- a/ui/jquery.ui.droppable.js +++ b/ui/jquery.ui.droppable.js @@ -26,7 +26,7 @@ $.widget("ui.droppable", { scope: 'default', tolerance: 'intersect' }, - _init: function() { + _create: function() { var o = this.options, accept = o.accept; this.isover = 0; this.isout = 1; -- cgit v1.2.3