Update app.js

This commit is contained in:
Namhyeon Go 2021-08-10 16:46:02 +09:00
parent 6f7d748579
commit ee982c7bc4

2
app.js
View File

@ -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) {