From ab88dd19d356f056d26832ac97bb8c695ec3822e Mon Sep 17 00:00:00 2001 From: Logan Allen Date: Sat, 21 Dec 2013 21:56:44 -0500 Subject: [PATCH] Added property to non-standard attributes Fixes issue #655 --- src/dom/DefaultDOMPropertyConfig.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dom/DefaultDOMPropertyConfig.js b/src/dom/DefaultDOMPropertyConfig.js index d665dbe20bd..26375be6326 100644 --- a/src/dom/DefaultDOMPropertyConfig.js +++ b/src/dom/DefaultDOMPropertyConfig.js @@ -116,6 +116,7 @@ var DefaultDOMPropertyConfig = { */ autoCapitalize: null, // Supported in Mobile Safari for keyboard hints autoCorrect: null, // Supported in Mobile Safari for keyboard hints + property: null, // Supports OG in meta tags /** * SVG Properties