From cba816a771d0eac3e6b6583ed27597020e6a2990 Mon Sep 17 00:00:00 2001 From: Maw-Fox Date: Mon, 12 Oct 2015 18:16:14 -0600 Subject: [PATCH] Fix for 'SortableableUtils' => 'SortableUtils'. --- sortable/sortable.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sortable/sortable.d.ts b/sortable/sortable.d.ts index f52272659..a471a4e69 100755 --- a/sortable/sortable.d.ts +++ b/sortable/sortable.d.ts @@ -37,7 +37,7 @@ declare module Sortablejs { onMove?: (event: any) => boolean; } - interface SortableableUtils { + interface SortableUtils { /** * Attach an event handler function * @param {HTMLElement} element an HTMLElement. @@ -150,7 +150,7 @@ declare module Sortablejs { constructor(element: any, options: SortableOptions); static active: Sortable; - static utils: SortableableUtils; + static utils: SortableUtils; /** * Creation of new instances.