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:
Rossen Hristov
2015-07-07 12:13:24 +03:00
parent 165461cee3
commit abc561762c
5 changed files with 93 additions and 43 deletions

View File

@@ -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;