From d0616a9f9a6d3683866f88240ac7029e065ff6c6 Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 5 Sep 2014 16:15:42 -0400 Subject: [PATCH] typos --- js/assets.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/assets.js b/js/assets.js index 8e25d2780..68e0bf631 100644 --- a/js/assets.js +++ b/js/assets.js @@ -386,14 +386,14 @@ var readLocalFile = function(path, callback) { //console.log('µBlock> readLocalFile("%s") / onCachedContentLoaded()', path); reportBack(details.content); }; - + var onCachedContentError = function(details) { //console.error('µBlock> readLocalFile("%s") / onCachedContentError()', path); if ( reIsExternalPath.test(path) ) { reportBack('', 'Error: asset not found'); return; } - // It's ok for user data to be empty + // It's ok for user data to not be found if ( reIsUserPath.test(path) ) { reportBack(''); return;