mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-11-29 19:03:42 +00:00
Update adb.js
This commit is contained in:
parent
86f8dcfb7c
commit
43e59679db
|
|
@ -32,7 +32,7 @@ function ADBObject() {
|
||||||
};
|
};
|
||||||
|
|
||||||
this.getHostname = function(id) {
|
this.getHostname = function(id) {
|
||||||
return this.getProperty(id, "net.hostname").trim();
|
return this.getProperty(id, "net.hostname").trim();
|
||||||
};
|
};
|
||||||
|
|
||||||
this.getProperty = function(id, name) {
|
this.getProperty = function(id, name) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user