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) {
|
} catch (e) {
|
||||||
locations = {};
|
locations = {};
|
||||||
}
|
}
|
||||||
var entry;
|
|
||||||
for ( location in locations ) {
|
for ( location in locations ) {
|
||||||
if ( locations.hasOwnProperty(location) === false ) {
|
if ( locations.hasOwnProperty(location) === false ) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
entry = locations[location];
|
availableLists['assets/thirdparties/' + location] = locations[location];
|
||||||
location = 'assets/thirdparties/' + location;
|
|
||||||
availableLists[location] = entry;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Now get user's selection of lists
|
// Now get user's selection of lists
|
||||||
|
Loading…
Reference in New Issue
Block a user