Skip to content

Commit

Permalink
fix(photo-viewer): method is static
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed committed Aug 15, 2016
1 parent 93ce443 commit 8bc499f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/photo-viewer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export class PhotoViewer {
* @param options {any}
*/
@Cordova({sync: true})
show(url: string, title?: string, options?: {share?: boolean; }): void { }
static show(url: string, title?: string, options?: {share?: boolean; }): void { }
}

0 comments on commit 8bc499f

Please sign in to comment.