From c778516c0deb1106e19e44001bce6ca22b954eee Mon Sep 17 00:00:00 2001 From: lhk Date: Wed, 26 Nov 2014 21:31:59 +0100 Subject: [PATCH] Update snapsvgtests.d.ts --- snapsvg/snapsvgtests.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapsvg/snapsvgtests.d.ts b/snapsvg/snapsvgtests.d.ts index eb0304316..b07bc2007 100644 --- a/snapsvg/snapsvgtests.d.ts +++ b/snapsvg/snapsvgtests.d.ts @@ -1,6 +1,6 @@ //Copied from the snap homepage http://snapsvg.io/ -/// +/// // 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);