Skip to content

Commit 3b82987

Browse files
committed
Sortable: Document the placeholder property in the ui argument of events. Fixes jquery#134.
1 parent 9bc937e commit 3b82987

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

includes/sortable-argument-ui.xml

+3
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
<property name="sender" type="jQuery">
1818
<desc>The sortable that the item comes from if moving from one sortable to another</desc>
1919
</property>
20+
<property name="placeholder" type="jQuery">
21+
<desc>The jQuery object representing the element being used as a placeholder.</desc>
22+
</property>
2023
</argument>

0 commit comments

Comments
 (0)