1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

remove stray change mistakenly added to last commit

This commit is contained in:
gorhill 2017-01-18 18:22:33 -05:00
parent f4d2d6c891
commit 726f0d6e1f

View File

@ -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);
}