1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

minor formatting change

This commit is contained in:
gorhill 2017-05-18 18:55:03 -04:00
parent 32f317ab85
commit 92f94c7765
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -222,15 +222,15 @@ var renderFilterLists = function(soft) {
groups = groupsFromLists(details.available),
liGroup, i, groupKey,
groupKeys = [
'default',
'ads',
'privacy',
'malware',
'social',
'multipurpose',
'regions',
'custom'
];
'default',
'ads',
'privacy',
'malware',
'social',
'multipurpose',
'regions',
'custom'
];
for ( i = 0; i < groupKeys.length; i++ ) {
groupKey = groupKeys[i];
liGroup = liFromListGroup(groupKey, groups[groupKey]);