1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-04 10:09:38 +02:00

code review

This commit is contained in:
Raymond Hill 2014-11-16 22:40:34 -02:00
parent 17044ebdd9
commit 0d920e4e44

View File

@ -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