mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: fix eslint issues (#9017)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// Types.
|
||||
import { FrameBase } from './frame-common';
|
||||
|
||||
export let frameStack: Array<FrameBase> = [];
|
||||
export const frameStack: Array<FrameBase> = [];
|
||||
|
||||
export function topmost(): FrameBase {
|
||||
if (frameStack.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user