mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #2004 from enternet/patch-6
interface SortableOptions extends SortableEvents
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user