You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: entries/sortable.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@
110
110
<desc>If set to <code>"clone"</code>, then the element will be cloned and the clone will be dragged.</desc>
111
111
</type>
112
112
<typename="Function">
113
-
<desc>A function that will return a DOMElement to use while dragging. The function receives the event and the element being sorted.</desc>
113
+
<desc>A function that must return a jQuery or DOMElement to use while dragging. The function receives the event and the jQuery element being sorted.</desc>
0 commit comments