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