Update wmi.js

This commit is contained in:
Namhyeon Go 2020-11-15 05:37:37 +09:00
parent 0fdc69222f
commit 65b048f7f3

View File

@ -3,7 +3,7 @@
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
var WMIClassObject = function() { var WMIClassObject = function() {
this.interface = new WMIObject(); this.interface = (new WMIQueryObject()).interface;
this.class = null; this.class = null;
this.className = ""; this.className = "";
this.method = null; this.method = null;