Created
April 24, 2014 20:39
-
-
Save zpao/11268735 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/browser/ui/dom/HTMLDOMPropertyConfig.js b/src/browser/ui/dom/HTMLDOMPropertyConfig.js | |
index b3f569e..c2448f3 100644 | |
--- a/src/browser/ui/dom/HTMLDOMPropertyConfig.js | |
+++ b/src/browser/ui/dom/HTMLDOMPropertyConfig.js | |
@@ -137,6 +137,12 @@ var HTMLDOMPropertyConfig = { | |
autoCorrect: null, // Supported in Mobile Safari for keyboard hints | |
property: null // Supports OG in meta tags | |
}, | |
+ OverrideProperties: { | |
+ progress: { | |
+ value: MUST_USE_ATTRIBUTE | |
+ } | |
+ }, | |
+ | |
DOMAttributeNames: { | |
className: 'class', | |
htmlFor: 'for', |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment