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]);
|
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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user