mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix typo
This commit is contained in:
@@ -95,7 +95,7 @@ export class MainPageViewModel extends observable.Observable {
|
||||
this.exampleName = selectedExample;
|
||||
if (selectedExample.indexOf("/") > 0) {
|
||||
try {
|
||||
rame.topmost().navigate("ui-tests-app/" + selectedExample);
|
||||
frame.topmost().navigate("ui-tests-app/" + selectedExample);
|
||||
} catch (error) {
|
||||
dialogs.alert("Cannot find example: " + selectedExample);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user