Files
Vladimir Enchev dad5e79df3 test moved to ui-tests-app (#3485)
Should be tested with no connection
2017-01-13 14:38:19 +02:00

4 lines
109 B
TypeScript

export function onLoadFinished(args) {
console.log("### onLoadFinished with error: " + args.error);
}