Skip to content

Commit cff1bcb

Browse files
committed
minor code review
1 parent ac7e012 commit cff1bcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/js/asset-viewer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*******************************************************************************
22
33
uBlock Origin - a browser extension to block requests.
4-
Copyright (C) 2014-2016 Raymond Hill
4+
Copyright (C) 2014-2018 Raymond Hill
55
66
This program is free software: you can redistribute it and/or modify
77
it under the terms of the GNU General Public License as published by
@@ -38,7 +38,7 @@
3838
url: decodeURIComponent(matches[1])
3939
},
4040
function(details) {
41-
cmEditor.setValue(details && (details.content || ''));
41+
cmEditor.setValue(details && details.content || '');
4242
}
4343
);
4444

0 commit comments

Comments
 (0)