mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
fix(): add return
This commit is contained in:
parent
db99482157
commit
3fdc4a8acd
@ -30,6 +30,6 @@ export class HeaderColor {
|
||||
successName: 'success',
|
||||
errorName: 'failure'
|
||||
})
|
||||
static tint(color: string): Promise<any> { }
|
||||
static tint(color: string): Promise<any> { return; }
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user