From 501e1e04b7a69bedc471417cca48d44c8570b319 Mon Sep 17 00:00:00 2001 From: Byung Jun Park Date: Wed, 19 Jul 2017 12:01:57 +0900 Subject: [PATCH] ing --- src/ts/@overflow/commons/context/injectable.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ts/@overflow/commons/context/injectable.ts b/src/ts/@overflow/commons/context/injectable.ts index e0cdca3..bae8e42 100644 --- a/src/ts/@overflow/commons/context/injectable.ts +++ b/src/ts/@overflow/commons/context/injectable.ts @@ -13,4 +13,3 @@ function injectable(): ClassDecorator { return target; }; } -