remove reference to $.noop

This commit is contained in:
adelphes
2017-02-12 13:43:39 +00:00
parent 101611841f
commit 6451e38bca

View File

@@ -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,
}