mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
minor code review
This commit is contained in:
parent
ac7e012633
commit
cff1bcb24f
1 changed files with 2 additions and 2 deletions
|
@ -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 || '');
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue