Added placeholder to SortableUIParams

This commit is contained in:
Thomas Andersen
2013-05-16 10:52:31 +02:00
parent db7bb7db30
commit 7442c066f7
+1
View File
@@ -494,6 +494,7 @@ interface SortableUIParams {
position: any;
originalPosition: any;
sender: JQuery;
placeholder: JQuery;
}
interface SortableEvent {