Break long line

This commit is contained in:
Florian Bruhin 2014-06-03 21:12:44 +02:00
parent af17746c20
commit 2daae86e27

View File

@ -119,7 +119,8 @@ MAPPINGS = {
'offline-storage-database':
(MapType.attribute, QWebSettings.OfflineStorageDatabaseEnabled),
'offline-web-application-storage':
(MapType.attribute, QWebSettings.OfflineWebApplicationCacheEnabled),
(MapType.attribute,
QWebSettings.OfflineWebApplicationCacheEnabled),
'local-storage':
(MapType.attribute, QWebSettings.LocalStorageEnabled),
'maximum-pages-in-cache':