Update webloader.js

This commit is contained in:
Namhyeon Go 2020-07-23 17:24:40 +09:00
parent e0d476d891
commit 6cfabe3268

View File

@ -255,7 +255,7 @@ return {
console.log(messages[i]);
}
// "start this app"
// "start this app";
start();
}
}, function(el) {
@ -311,8 +311,8 @@ return {
// "set movable window";
self.enableMovableWindow();
// "parsing HTA application arguments";
var appArguments = args[0].split(' ');
// "get HTA application arguments";
//var appArguments = args[0].split(' ');
// TODO
return 0;