From be7b9e2192dc698137b4d68110f30d48dafce97c Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Sat, 11 Jun 2016 10:32:31 -0400 Subject: [PATCH] fix(base64togallery): method is now static closes #212 --- src/plugins/base64togallery.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/base64togallery.ts b/src/plugins/base64togallery.ts index 912f56cd4..a8140f862 100644 --- a/src/plugins/base64togallery.ts +++ b/src/plugins/base64togallery.ts @@ -27,7 +27,7 @@ export class Base64ToGallery { * @param prefix */ @Cordova() - base64ToGallery(data: string , prefix?: string ): Promise { + static base64ToGallery(data: string , prefix?: string ): Promise { return; }