From cff1bcb24f3dc2bc31abcc09487c069d1d333980 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 28 Feb 2018 12:36:18 -0500 Subject: [PATCH] minor code review --- src/js/asset-viewer.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/asset-viewer.js b/src/js/asset-viewer.js index bab8d9693..032ff8d05 100644 --- a/src/js/asset-viewer.js +++ b/src/js/asset-viewer.js @@ -1,7 +1,7 @@ /******************************************************************************* uBlock Origin - a browser extension to block requests. - Copyright (C) 2014-2016 Raymond Hill + Copyright (C) 2014-2018 Raymond Hill This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,7 +38,7 @@ url: decodeURIComponent(matches[1]) }, function(details) { - cmEditor.setValue(details && (details.content || '')); + cmEditor.setValue(details && details.content || ''); } );