mirror of
https://github.com/appium/appium.git
synced 2026-02-09 11:18:51 -06:00
fix lint errors
This commit is contained in:
@@ -444,12 +444,12 @@ Android.prototype.initQueue = function () {
|
||||
status: status.codes.UnknownError.code
|
||||
, value: msg
|
||||
}, cb);
|
||||
}
|
||||
}
|
||||
}.bind(this), 1);
|
||||
};
|
||||
|
||||
Android.prototype.push = function (elem) {
|
||||
this.queue.push({action:elem[0][0], params:elem[0][1] || {}}, elem[1]);
|
||||
this.queue.push({action: elem[0][0], params: elem[0][1] || {}}, elem[1]);
|
||||
};
|
||||
|
||||
Android.prototype.wakeUp = function (cb) {
|
||||
|
||||
Reference in New Issue
Block a user