mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-06-18 02:59:04 +00:00
Update wmi.js
This commit is contained in:
parent
0fdc69222f
commit
65b048f7f3
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user