DefinitelyTyped/jointjs
Bartvds 1c1a37c1e4 removed utf-8 BOM marker
for consistency
2014-01-24 18:51:21 +01:00
..
jointjs.d.ts removed utf-8 BOM marker 2014-01-24 18:51:21 +01:00
jointjs.d.ts.tscparams Fixed tsc failed on Node.js v0.8.25 2013-10-03 11:23:38 +09:00
README.md Add TypeScript definition file for JointJS Graphic Library (http://www.jointjs.com) 2013-08-27 19:20:26 +01:00

JointJS Definitions Usage Notes

TypeScript definitions for the JointJS framework available at http://www.jointjs.com

Current version 0.6

Referencing JointJS definition files in your code

Add /// <reference path="jointjs.d.ts" /> at the top of your code.