From fe51e671f500453bee42b0a78211ffda7d1be149 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Wed, 21 May 2014 14:26:06 -0700 Subject: [PATCH] Remove nested-comment reference tag that was confusing a simple parser --- fabricjs/fabricjs.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fabricjs/fabricjs.d.ts b/fabricjs/fabricjs.d.ts index 80087caa6c..8137820470 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;