fix(base64togallery): method is now static

closes #212
This commit is contained in:
Ibrahim Hadeed 2016-06-11 10:32:31 -04:00
parent d624a37f55
commit be7b9e2192

View File

@ -27,7 +27,7 @@ export class Base64ToGallery {
* @param prefix
*/
@Cordova()
base64ToGallery(data: string , prefix?: string ): Promise<any> {
static base64ToGallery(data: string , prefix?: string ): Promise<any> {
return;
}