r3034 committed - draggable: inline comment to clarify some odd check

r3034 committed - draggable: inline comment to clarify some odd check


Revision: 3034
Author: joern.zaefferer
Date: Thu Aug 6 11:10:10 2009
Log: draggable: inline comment to clarify some odd check
http://code.google.com/p/jquery-ui/source/detail?r=3034
Modified:
/trunk/ui/ui.draggable.js
=======================================
--- /trunk/ui/ui.draggable.js    Mon Aug 3 06:13:13 2009
+++ /trunk/ui/ui.draggable.js    Thu Aug 6 11:10:10 2009
@@ -43,6 +43,7 @@
        var o = this.options;
+        // among others, prevent a drag on a resizable-handle
        if (this.helper || o.disabled ||
$(event.target).is('.ui-resizable-handle'))
            return false;