mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #466 from shearnie/master
Added removeAllEndpoints for jsPlumb
This commit is contained in:
Vendored
+1
@@ -25,6 +25,7 @@ interface jsPlumb {
|
||||
repaintEverything(): void;
|
||||
detachEveryConnection(): void;
|
||||
detachAllConnections(el: string): void;
|
||||
removeAllEndpoints(el: any): void;
|
||||
select(params: SelectParams): Connections;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user