mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added 'group' to options for 'jquery-sortable'.
Should follow up with https://github.com/johnny/jquery-sortable/issues/187
This commit is contained in:
Vendored
+1
@@ -88,6 +88,7 @@ declare module JQuerySortable {
|
||||
}
|
||||
|
||||
interface Options extends GroupOptions, ContainerOptions {
|
||||
group?: string;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user