DefinitelyTyped/jointjs
Tom Dietrich f869c1eaef Make properties of IOptions optional.
According to the [documentation](http://www.jointjs.com/api#joint.dia.Paper), the options **may** contain any of these properties, and as such they should not be required by the interface.
2015-12-30 15:17:33 -05:00
..
jointjs.d.ts Make properties of IOptions optional. 2015-12-30 15:17:33 -05:00
README.md

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.