mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +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;
|
||||
page.getViewById("label").text = "æøå";
|
||||
}
|
||||
exports.pageLoaded = pageLoaded;
|
||||
}
|
Reference in New Issue
Block a user