From d128e8647e3cf4b404aee2c5197fb53c77fefd39 Mon Sep 17 00:00:00 2001 From: Nelu Malancea Date: Mon, 5 Feb 2018 17:02:40 -0800 Subject: [PATCH] Add 'attribute' property to SortableOptions in jqueryui --- types/jqueryui/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/jqueryui/index.d.ts b/types/jqueryui/index.d.ts index f32c55eb48..05dd7c6159 100644 --- a/types/jqueryui/index.d.ts +++ b/types/jqueryui/index.d.ts @@ -720,6 +720,7 @@ declare namespace JQueryUI { interface SortableOptions extends SortableEvents { appendTo?: any; // jQuery, Element, Selector or string + attribute?: string; axis?: string; cancel?: any; // Selector connectWith?: any; // Selector