mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Added typed information for lazily loaded android types.
This commit is contained in:
@@ -29,7 +29,7 @@ function doFrame(currentTimeMillis: number) {
|
||||
}
|
||||
}
|
||||
|
||||
var native;
|
||||
var native: fpsNative.FPSCallback;
|
||||
function ensureNative() {
|
||||
if (!native) {
|
||||
native = new fpsNative.FPSCallback(doFrame);
|
||||
|
||||
Reference in New Issue
Block a user