Add TypeScript definition file for JointJS Graphic Library (http://www.jointjs.com)

This commit is contained in:
areel
2013-08-27 19:20:26 +01:00
parent 3449ebae02
commit 54ab49c723
3 changed files with 125 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# 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.