mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Code snippets fix
This commit is contained in:
@@ -39,7 +39,7 @@ try {
|
||||
favourites = <Array<string>>JSON.parse(appSettings.getString(FAVOURITES, "[]"));
|
||||
}
|
||||
catch (error) {
|
||||
console.log("Error while retrieveing favourites: " + error);
|
||||
console.log("Error while retrieving favorites: " + error);
|
||||
favourites = new Array<string>();
|
||||
updateFavourites()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user