mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Remove nested-comment reference tag that was confusing a simple parser
This commit is contained in:
4
fabricjs/fabricjs.d.ts
vendored
4
fabricjs/fabricjs.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user