Skip to content

Commit 74b5e04

Browse files
committed
Sortable: Document the placeholder property in the ui argument of events. Fixes jquery#134.
1 parent 6141025 commit 74b5e04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

includes/sortable-argument-ui.xml

Lines changed: 3 additions & 0 deletions
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)