mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
Update adb.js
This commit is contained in:
parent
b86ff1aa81
commit
614b572a6b
|
@ -45,10 +45,10 @@ function ADBObject() {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
exports.VERSIONINFO = "Android Debug Bridge Interface (adb.js) version 0.1";
|
|
||||||
exports.global = global;
|
|
||||||
exports.require = global.require;
|
|
||||||
|
|
||||||
exports.create = function() {
|
exports.create = function() {
|
||||||
return new ADBObject();
|
return new ADBObject();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
exports.VERSIONINFO = "Android Debug Bridge Interface (adb.js) version 0.1";
|
||||||
|
exports.global = global;
|
||||||
|
exports.require = global.require;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user