mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2025-12-22 17:39:19 +00:00
remove reference to $.noop
This commit is contained in:
@@ -403,9 +403,9 @@ ADBClient.prototype = {
|
|||||||
this.logcatinfo = {
|
this.logcatinfo = {
|
||||||
deferred: x.deferred,
|
deferred: x.deferred,
|
||||||
buffer: '',
|
buffer: '',
|
||||||
onlog: o.onlog||$.noop,
|
onlog: o.onlog||(()=>{}),
|
||||||
onlogdata: o.data,
|
onlogdata: o.data,
|
||||||
onclose: o.onclose||$.noop,
|
onclose: o.onclose||(()=>{}),
|
||||||
fd: this.fd,
|
fd: this.fd,
|
||||||
waitfn:_waitfornextlogcat,
|
waitfn:_waitfornextlogcat,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user