mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
code review
This commit is contained in:
parent
17044ebdd9
commit
0d920e4e44
@ -212,14 +212,11 @@
|
||||
} catch (e) {
|
||||
locations = {};
|
||||
}
|
||||
var entry;
|
||||
for ( location in locations ) {
|
||||
if ( locations.hasOwnProperty(location) === false ) {
|
||||
continue;
|
||||
}
|
||||
entry = locations[location];
|
||||
location = 'assets/thirdparties/' + location;
|
||||
availableLists[location] = entry;
|
||||
availableLists['assets/thirdparties/' + location] = locations[location];
|
||||
}
|
||||
|
||||
// Now get user's selection of lists
|
||||
|
Loading…
Reference in New Issue
Block a user