From 6c5fd796152408b4844afb17c9762783e582417b Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 7 Oct 2015 13:06:45 -0400 Subject: [PATCH] style(blur): Missing comma --- ionic/config/decorators.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic/config/decorators.ts b/ionic/config/decorators.ts index 77f189fd48..9549ebbf4f 100644 --- a/ionic/config/decorators.ts +++ b/ionic/config/decorators.ts @@ -93,7 +93,7 @@ export const IONIC_DIRECTIVES = [ forwardRef(() => IdRef), forwardRef(() => ShowWhen), - forwardRef(() => HideWhen) + forwardRef(() => HideWhen), // Random effects forwardRef(() => Blur)