Skip to content

Commit

Permalink
fix(base64togallery): method is now static
Browse files Browse the repository at this point in the history
closes #212
  • Loading branch information
ihadeed committed Jun 11, 2016
1 parent d624a37 commit be7b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/base64togallery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit be7b9e2

Please sign in to comment.