From 7442c066f7205ed90a6c0d715ecf6c8e7260f889 Mon Sep 17 00:00:00 2001 From: Thomas Andersen Date: Thu, 16 May 2013 10:52:31 +0200 Subject: [PATCH] Added placeholder to SortableUIParams --- jqueryui/jqueryui.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/jqueryui/jqueryui.d.ts b/jqueryui/jqueryui.d.ts index 12f76bebc..69d4d60f0 100644 --- a/jqueryui/jqueryui.d.ts +++ b/jqueryui/jqueryui.d.ts @@ -494,6 +494,7 @@ interface SortableUIParams { position: any; originalPosition: any; sender: JQuery; + placeholder: JQuery; } interface SortableEvent {