mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fixed wrong event names in application.d.ts + added constants for the Android Activity Events + reordering of members + a small tslint fix.
This commit is contained in:
2
ui/styling/background.d.ts
vendored
2
ui/styling/background.d.ts
vendored
@@ -34,7 +34,7 @@ declare module "ui/styling/background" {
|
||||
|
||||
public withPosition(value: string): Background;
|
||||
|
||||
public withSize(value: string): Background;;
|
||||
public withSize(value: string): Background;
|
||||
|
||||
public getDrawParams(width: number, height: number): BackgroundDrawParams;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user