mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-06-18 02:59:04 +00:00
Update app.js
This commit is contained in:
parent
5b72133388
commit
6be515d769
2
app.js
2
app.js
|
@ -45,7 +45,7 @@ var console = {
|
||||||
if (typeof(WScript) !== "undefined") {
|
if (typeof(WScript) !== "undefined") {
|
||||||
WScript.echo(msg);
|
WScript.echo(msg);
|
||||||
} else if (typeof(window) !== "undefined") {
|
} else if (typeof(window) !== "undefined") {
|
||||||
window.alert(msg);
|
//window.alert(msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
this._messages.push(msg);
|
this._messages.push(msg);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user