view property added and implemented for android

This commit is contained in:
Vladimir Enchev
2014-06-06 11:29:11 +03:00
parent 1a4e911bc1
commit 14dd0b799a
3 changed files with 15 additions and 1 deletions

2
ui/core/view.d.ts vendored
View File

@@ -2,4 +2,6 @@
export declare class View extends proxy.ProxyObject {
addToParent: (parent: any) => void;
android: any;
ios: any;
}