Define a new useragent attribute on WebView tag

This commit is contained in:
Paul Betts 2015-05-05 16:24:20 -07:00
parent ec5d05e226
commit 3993161a63
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ module.exports =
ATTRIBUTE_PLUGINS: 'plugins'
ATTRIBUTE_DISABLEWEBSECURITY: 'disablewebsecurity'
ATTRIBUTE_PRELOAD: 'preload'
ATTRIBUTE_USERAGENT: 'useragent'
# Internal attribute.
ATTRIBUTE_INTERNALINSTANCEID: 'internalinstanceid'