Merge pull request #1371 from nvivo/jqueryui-sortable-selector

Fix too restrictive sortable options.
This commit is contained in:
Masahiro Wakame
2013-12-03 09:34:45 -08:00
+2 -2
View File
@@ -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;