style(blur): Missing comma

This commit is contained in:
Brandy Carney
2015-10-07 13:06:45 -04:00
parent 4d47aa237e
commit 6c5fd79615

View File

@@ -93,7 +93,7 @@ export const IONIC_DIRECTIVES = [
forwardRef(() => IdRef),
forwardRef(() => ShowWhen),
forwardRef(() => HideWhen)
forwardRef(() => HideWhen),
// Random effects
forwardRef(() => Blur)