Add hidden attribute to DOM properties.

This commit is contained in:
Laurence Rowe
2013-07-03 12:21:32 -07:00
parent 7d3db0e5ed
commit b2bbdf8cbf
+1
View File
@@ -53,6 +53,7 @@ var DefaultDOMPropertyConfig = {
draggable: null,
enctype: null,
height: MUST_USE_ATTRIBUTE,
hidden: MUST_USE_ATTRIBUTE | HAS_BOOLEAN_VALUE,
href: null,
htmlFor: null,
id: MUST_USE_PROPERTY,