This commit is contained in:
Raymond Hill 2018-10-25 11:10:21 -03:00
parent 0caf118687
commit 5e08d083e0
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 0 deletions

View File

@ -531,6 +531,7 @@ var assetCacheWrite = function(assetKey, details, callback) {
if ( typeof callback === 'function' ) {
callback(result);
}
// https://github.com/uBlockOrigin/uBlock-issues/issues/248
fireNotification('after-asset-updated', result);
};
getAssetCacheRegistry(onReady);