Chore: Normalize the way we use eslint-disable
This commit is contained in:
parent
6283aa4a7d
commit
3f5cabc5c5
5 changed files with 12 additions and 19 deletions
|
|
@ -377,9 +377,7 @@ o.spec("attributes", function() {
|
|||
o("href" in vnode.dom.firstChild.attributes).equals(false)
|
||||
})
|
||||
/* eslint-enable no-script-url */
|
||||
|
||||
})
|
||||
|
||||
o.spec("option.value", function() {
|
||||
o("can be set as text", function() {
|
||||
var a = {tag: "option", attrs: {value: "test"}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue