Update snapsvgtests.d.ts

This commit is contained in:
lhk
2014-11-26 21:31:59 +01:00
parent d92079400a
commit c778516c0d
+1 -1
View File
@@ -1,6 +1,6 @@
//Copied from the snap homepage http://snapsvg.io/
///<reference path="snap-svg.d.ts"/>
///<reference path="snapsvg.d.ts"/>
// First lets create our drawing surface out of existing SVG element
// If you want to create new surface just provide dimensions
// like s = Snap(800, 600);