Author: konstantin.mishin
Date: 2007-11-05 13:48:53 -0500 (Mon, 05 Nov 2007)
New Revision: 3772
Modified:
trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js
Log:
RF-786
Modified:
trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js
===================================================================
---
trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js 2007-11-05
18:35:17 UTC (rev 3771)
+++
trunk/framework/impl/src/main/resources/org/richfaces/renderkit/html/scripts/dnd/dnd-draggable.js 2007-11-05
18:48:53 UTC (rev 3772)
@@ -152,7 +152,7 @@
this.endDragListener = new DnD.DragEndListener(function(localEvent) {
Event.stopObserving(document, "mousemove", this.dragTrigger);
- this.endDrag(localEvent, window.drag);
+ DnD.endDrag(localEvent, window.drag);
}.bind(this));
}
Show replies by date