From 6024d6db929feef1b288c6d27d72be721ea03a1a Mon Sep 17 00:00:00 2001 From: karimbeyrouti Date: Thu, 9 Apr 2015 16:28:49 +0100 Subject: [PATCH] appendDef changed to accept SVGObjectBase ( and not a display object ) --- src/config.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.ts b/src/config.ts index f422564..491b345 100644 --- a/src/config.ts +++ b/src/config.ts @@ -11,3 +11,5 @@ require.config( { } } ); + +// Test \ No newline at end of file