mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
@@ -381,8 +381,7 @@ export class Frame extends FrameBase {
|
||||
// HACK: This @profile decorator creates a circular dependency
|
||||
// HACK: because the function parameter type is evaluated with 'typeof'
|
||||
@profile
|
||||
public _navigateCore(newEntry: any) {
|
||||
// should be (newEntry: BackstackEntry)
|
||||
public _navigateCore(newEntry: BackstackEntry) {
|
||||
super._navigateCore(newEntry);
|
||||
|
||||
// set frameId here so that we could use it in fragment.transitions
|
||||
|
||||
Reference in New Issue
Block a user