mirror of https://github.com/gorhill/uBlock.git
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 ) {
|
for ( assetKey in oldDict ) {
|
||||||
if (
|
if (
|
||||||
newDict[assetKey] === undefined &&
|
newDict[assetKey] === undefined &&
|
||||||
newDict[assetKey].submitter === oldDict[assetKey].submitter
|
oldDict[assetKey].submitter === undefined
|
||||||
) {
|
) {
|
||||||
unregisterAssetSource(assetKey);
|
unregisterAssetSource(assetKey);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue