From e52dbf94a51436ca8abf9d4f843f82ecbf2feb69 Mon Sep 17 00:00:00 2001 From: lhk Date: Tue, 25 Nov 2014 18:12:29 +0100 Subject: [PATCH] Update snap-svg-tests.ts --- snap-svg/snap-svg-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap-svg/snap-svg-tests.ts b/snap-svg/snap-svg-tests.ts index 309ae07d30..12a7cd5be2 100644 --- a/snap-svg/snap-svg-tests.ts +++ b/snap-svg/snap-svg-tests.ts @@ -1,6 +1,6 @@ //Copied from the snap homepage -/// +/// // 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);