mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
Fix nordic test page.
This commit is contained in:
@ -1,5 +1,4 @@
|
|||||||
function pageLoaded(args) {
|
export function pageLoaded(args) {
|
||||||
var page = args.object;
|
var page = args.object;
|
||||||
page.getViewById("label").text = "æøå";
|
page.getViewById("label").text = "æøå";
|
||||||
}
|
}
|
||||||
exports.pageLoaded = pageLoaded;
|
|
Reference in New Issue
Block a user