Files
NativeScript/tests/app/xml-declaration/custom-code-file.ts
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +03:00

4 lines
77 B
TypeScript

export function loaded(args) {
args.object.customCodeLoaded = true;
}