mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-08 20:56:04 +00:00
Update webloader.js
This commit is contained in:
parent
e0d476d891
commit
6cfabe3268
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user