From bcdec67c2ea8687738400ca9b06514978f566e5c Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Fri, 20 May 2016 16:58:57 -0400 Subject: [PATCH] refractor Observable imports --- src/plugins/webintent.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webintent.ts b/src/plugins/webintent.ts index 3065cbb7a..6ad99735b 100644 --- a/src/plugins/webintent.ts +++ b/src/plugins/webintent.ts @@ -35,4 +35,4 @@ export class WebIntent { @Cordova() static sendBroadcast(options: {action: string, extras?: {option: boolean}}): Promise {return; } -} \ No newline at end of file +}