Set HTML DOM property "open" to HAS_BOOLEAN_VALUE

This commit is contained in:
syranide 2015-01-31 23:11:08 +01:00
parent 905bfcec60
commit aa9edc2a9c
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ var HTMLDOMPropertyConfig = {
muted: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
name: null,
noValidate: HAS_BOOLEAN_VALUE,
open: null,
open: HAS_BOOLEAN_VALUE,
pattern: null,
placeholder: null,
poster: null,