mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
chore(tslint): add tslint & clean up code
This commit is contained in:
@@ -59,12 +59,12 @@ export class ActionSheet {
|
||||
addCancelButtonWithLabel?: string,
|
||||
addDestructiveButtonWithLabel?: string,
|
||||
position?: number[]
|
||||
}): Promise<any> { return }
|
||||
}): Promise<any> { return; }
|
||||
|
||||
|
||||
/**
|
||||
* Hide the ActionSheet.
|
||||
*/
|
||||
@Cordova()
|
||||
static hide(): Promise<any> { return }
|
||||
static hide(): Promise<any> { return; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user