mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
fix(photo-viewer): method is static
This commit is contained in:
parent
93ce443467
commit
8bc499f221
@ -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 { }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user