mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1371 from nvivo/jqueryui-sortable-selector
Fix too restrictive sortable options.
This commit is contained in:
Vendored
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user