1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-01 08:39:37 +02:00

minor code review

This commit is contained in:
Raymond Hill 2018-02-28 12:36:18 -05:00
parent ac7e012633
commit cff1bcb24f
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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 || '');
}
);