1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02:00
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

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