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