more tests
This commit is contained in:
parent
a2c01d1d96
commit
e7420e72e1
14 changed files with 596 additions and 215 deletions
|
|
@ -275,8 +275,7 @@ module.exports = function() {
|
|||
get: function() {
|
||||
var options = getOptions(this.parentNode)
|
||||
var index = options.indexOf(this)
|
||||
if (index > -1) return index === this.parentNode.selectedIndex
|
||||
return false
|
||||
return index === this.parentNode.selectedIndex
|
||||
},
|
||||
set: function(value) {
|
||||
if (value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue