mirror of https://github.com/gorhill/uBlock.git
forgot to link to issue (re https://github.com/uBlockOrigin/uBlock-issues/issues/248)
This commit is contained in:
parent
0caf118687
commit
5e08d083e0
|
@ -531,6 +531,7 @@ var assetCacheWrite = function(assetKey, details, callback) {
|
||||||
if ( typeof callback === 'function' ) {
|
if ( typeof callback === 'function' ) {
|
||||||
callback(result);
|
callback(result);
|
||||||
}
|
}
|
||||||
|
// https://github.com/uBlockOrigin/uBlock-issues/issues/248
|
||||||
fireNotification('after-asset-updated', result);
|
fireNotification('after-asset-updated', result);
|
||||||
};
|
};
|
||||||
getAssetCacheRegistry(onReady);
|
getAssetCacheRegistry(onReady);
|
||||||
|
|
Loading…
Reference in New Issue