Added 'group' to options for 'jquery-sortable'.

Should follow up with https://github.com/johnny/jquery-sortable/issues/187
This commit is contained in:
Daniel Rosenwasser
2015-08-06 16:40:44 -07:00
parent 9916c6f043
commit 5ed654f9b8
+1
View File
@@ -88,6 +88,7 @@ declare module JQuerySortable {
}
interface Options extends GroupOptions, ContainerOptions {
group?: string;
}
}