diff --git a/fabricjs/fabricjs.d.ts b/fabricjs/fabricjs.d.ts index 80087caa6..813782047 100644 --- a/fabricjs/fabricjs.d.ts +++ b/fabricjs/fabricjs.d.ts @@ -3,10 +3,6 @@ // Definitions by: Oliver Klemencic // DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped -/* -USAGE -/// -*/ declare module fabric { function createCanvasForNode(width: number, height: number): ICanvas;