From e78cd33fcad486dfab912ccc2bcbdbae5da6b5ef Mon Sep 17 00:00:00 2001 From: Steve Shearn Date: Mon, 8 Apr 2013 06:46:42 +1000 Subject: [PATCH] Added removeAllEndpoints --- jsplumb/jquery.jsPlumb.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/jsplumb/jquery.jsPlumb.d.ts b/jsplumb/jquery.jsPlumb.d.ts index ea55122fad..ead127e72f 100644 --- a/jsplumb/jquery.jsPlumb.d.ts +++ b/jsplumb/jquery.jsPlumb.d.ts @@ -25,6 +25,7 @@ interface jsPlumb { repaintEverything(): void; detachEveryConnection(): void; detachAllConnections(el: string): void; + removeAllEndpoints(el: any): void; select(params: SelectParams): Connections; }