Fix js linting error
This commit is contained in:
parent
a510642a25
commit
18fd3e0329
1 changed files with 1 additions and 2 deletions
|
@ -783,8 +783,7 @@ describe('<webview> tag', function () {
|
||||||
let requestId = null
|
let requestId = null
|
||||||
let activeMatchOrdinal = []
|
let activeMatchOrdinal = []
|
||||||
const listener = function (e) {
|
const listener = function (e) {
|
||||||
if (!e.result.finalUpdate)
|
if (!e.result.finalUpdate) return
|
||||||
return
|
|
||||||
assert.equal(e.result.requestId, requestId)
|
assert.equal(e.result.requestId, requestId)
|
||||||
assert.equal(e.result.matches, 3)
|
assert.equal(e.result.matches, 3)
|
||||||
activeMatchOrdinal.push(e.result.activeMatchOrdinal)
|
activeMatchOrdinal.push(e.result.activeMatchOrdinal)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue