mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
remove stray change mistakenly added to last commit
This commit is contained in:
parent
f4d2d6c891
commit
726f0d6e1f
@ -356,7 +356,7 @@ var updateAssetSourceRegistry = function(json) {
|
||||
for ( assetKey in oldDict ) {
|
||||
if (
|
||||
newDict[assetKey] === undefined &&
|
||||
newDict[assetKey].submitter === oldDict[assetKey].submitter
|
||||
oldDict[assetKey].submitter === undefined
|
||||
) {
|
||||
unregisterAssetSource(assetKey);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user