mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-11 20:21:03 +00:00
Update app.js
This commit is contained in:
parent
6f7d748579
commit
ee982c7bc4
2
app.js
2
app.js
|
@ -122,7 +122,7 @@ var console = {
|
|||
}
|
||||
};
|
||||
|
||||
if (typeof(CreateObject) !== "function") {
|
||||
if (typeof(CreateObject) === "undefined") {
|
||||
var CreateObject = function(progId, serverName, callback) {
|
||||
var progIds = (progId instanceof Array ? progId : [progId]);
|
||||
var _CreateObject = function(p, s) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user