Update snap-svg-tests.ts

This commit is contained in:
lhk
2014-11-25 18:12:29 +01:00
parent ec7b41afc1
commit e52dbf94a5
+1 -1
View File
@@ -1,6 +1,6 @@
//Copied from the snap homepage
///<reference path="snapsvg.d.ts"/>
///<reference path="snap-svg.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);