Merge pull request #176 from andreypopp/master

Add datetime to the list of known DOM attributes
This commit is contained in:
Pete Hunt
2013-07-08 00:44:33 -07:00
+1
View File
@@ -48,6 +48,7 @@ var DefaultDOMPropertyConfig = {
contentEditable: null,
controls: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
data: null, // For `<object />` acts as `src`.
dateTime: MUST_USE_ATTRIBUTE,
dir: null,
disabled: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
draggable: null,