mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Add missing globalAndroid import (#6080)
This commit is contained in:

committed by
Martin Yankov

parent
8813e9bc57
commit
20e1d78f7d
@ -12,4 +12,6 @@ interface ArrayConstructor {
|
||||
create(type: any, count: number): any;
|
||||
}
|
||||
|
||||
declare module native { export class Array<T> { constructor(); length: number; [index: number]: T; } }
|
||||
declare module native { export class Array<T> { constructor(); length: number; [index: number]: T; } }
|
||||
|
||||
import globalAndroid = android;
|
||||
|
Reference in New Issue
Block a user