1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-11-02 00:42:45 +01: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) { } 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