diff --git a/jqueryui/jqueryui.d.ts b/jqueryui/jqueryui.d.ts index a0e0d64f03..ab904dfc5d 100644 --- a/jqueryui/jqueryui.d.ts +++ b/jqueryui/jqueryui.d.ts @@ -463,8 +463,8 @@ declare module JQueryUI { interface SortableOptions { appendTo?: any; // jQuery, Element, Selector or string axis?: string; - cancel?: string; - connectWith?: string; + cancel?: any; // Selector + connectWith?: any; // Selector containment?: any; // Element, Selector or string cursor?: string; cursorAt?: any;