mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
remove stray change mistakenly added to last commit
This commit is contained in:
parent
f4d2d6c891
commit
726f0d6e1f
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue