r2403 - Droppable: refactored for auto-detection of getters.
Author: scott.gonzalez
Date: Mon Mar 30 06:17:03 2009
New Revision: 2403
Modified:
branches/dev/widget-factory/ui/ui.droppable.js
Log:
Droppable: refactored for auto-detection of getters.
Modified: branches/dev/widget-factory/ui/ui.droppable.js
==============================================================================
--- branches/dev/widget-factory/ui/ui.droppable.js (original)
+++ branches/dev/widget-factory/ui/ui.droppable.js Mon Mar 30 06:17:03 2009
@@ -45,6 +45,8 @@
.removeClass("ui-droppable ui-droppable-disabled")
.removeData("droppable")
.unbind(".droppable");
+
+ return this;
},
_setData: function(key, value) {