Remove nested-comment reference tag that was confusing a simple parser

This commit is contained in:
Ryan Cavanaugh
2014-05-21 14:26:06 -07:00
parent 8959bcdc71
commit fe51e671f5

View File

@@ -3,10 +3,6 @@
// Definitions by: Oliver Klemencic <https://github.com/oklemencic/>
// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
/*
USAGE
///<reference path="fabricjs.d.ts"/>
*/
declare module fabric {
function createCanvasForNode(width: number, height: number): ICanvas;