From 5e08d083e05e8147ed91806da213365488db38fd Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Thu, 25 Oct 2018 11:10:21 -0300 Subject: [PATCH] forgot to link to issue (re https://github.com/uBlockOrigin/uBlock-issues/issues/248) --- src/js/assets.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/js/assets.js b/src/js/assets.js index 163692dcc..f1da642a2 100644 --- a/src/js/assets.js +++ b/src/js/assets.js @@ -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);