Added removeAllEndpoints

This commit is contained in:
Steve Shearn 2013-04-08 06:46:42 +10:00
parent c6c2a7434c
commit e78cd33fca

View File

@ -25,6 +25,7 @@ interface jsPlumb {
repaintEverything(): void;
detachEveryConnection(): void;
detachAllConnections(el: string): void;
removeAllEndpoints(el: any): void;
select(params: SelectParams): Connections;
}