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