interface SortableOptions extends SortableEvents

If we look into jqueryUI internals we will see that all the config values stored in one object. Both Options and Events. For example we can call UI.sortable({opacity: value1, start: fn1, stop: fn2})
This commit is contained in:
enternet
2014-04-08 14:19:58 +03:00
parent d6d7eec45a
commit 5639237400
+1 -1
View File
@@ -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