From 4740082481278b77907667cad602f8d56d097260 Mon Sep 17 00:00:00 2001 From: "Andreas C. Osowski" Date: Tue, 27 Oct 2015 13:09:26 +0100 Subject: [PATCH] Update jointjs.d.ts Removed namespace from Generic dia shape causing import issues. --- jointjs/jointjs.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jointjs/jointjs.d.ts b/jointjs/jointjs.d.ts index eb03edbc7..1c7e91571 100644 --- a/jointjs/jointjs.d.ts +++ b/jointjs/jointjs.d.ts @@ -110,7 +110,7 @@ declare module joint { module shapes { module basic { - class Generic extends joint.dia.Element { + class Generic extends dia.Element { } class Rect extends Generic { }