Merge pull request #466 from shearnie/master

Added removeAllEndpoints for jsPlumb
This commit is contained in:
Diullei Gomes
2013-04-07 16:33:10 -07:00
+1
View File
@@ -25,6 +25,7 @@ interface jsPlumb {
repaintEverything(): void;
detachEveryConnection(): void;
detachAllConnections(el: string): void;
removeAllEndpoints(el: any): void;
select(params: SelectParams): Connections;
}