We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7e012 commit cff1bcbCopy full SHA for cff1bcb
1 file changed
src/js/asset-viewer.js
@@ -1,7 +1,7 @@
1
/*******************************************************************************
2
3
uBlock Origin - a browser extension to block requests.
4
- Copyright (C) 2014-2016 Raymond Hill
+ Copyright (C) 2014-2018 Raymond Hill
5
6
This program is free software: you can redistribute it and/or modify
7
it under the terms of the GNU General Public License as published by
@@ -38,7 +38,7 @@
38
url: decodeURIComponent(matches[1])
39
},
40
function(details) {
41
- cmEditor.setValue(details && (details.content || ''));
+ cmEditor.setValue(details && details.content || '');
42
}
43
);
44
0 commit comments