From 5639237400cc91de4769fa82f0137ff8f59f231d Mon Sep 17 00:00:00 2001 From: enternet Date: Tue, 8 Apr 2014 14:19:58 +0300 Subject: [PATCH] interface SortableOptions extends SortableEvents If we look into jqueryUI internals we will see that all the config values stored in one object. Both Options and Events. For example we can call UI.sortable({opacity: value1, start: fn1, stop: fn2}) --- jqueryui/jqueryui.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jqueryui/jqueryui.d.ts b/jqueryui/jqueryui.d.ts index 52d7d6d6a..e000e6fb2 100644 --- a/jqueryui/jqueryui.d.ts +++ b/jqueryui/jqueryui.d.ts @@ -462,7 +462,7 @@ declare module JQueryUI { // Sortable ////////////////////////////////////////////////// - interface SortableOptions { + interface SortableOptions extends SortableEvents { appendTo?: any; // jQuery, Element, Selector or string axis?: string; cancel?: any; // Selector