mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-06 19:02:30 +01:00
minor code review
This commit is contained in:
parent
ac7e012633
commit
cff1bcb24f
@ -1,7 +1,7 @@
|
|||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
|
|
||||||
uBlock Origin - a browser extension to block requests.
|
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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -38,7 +38,7 @@
|
|||||||
url: decodeURIComponent(matches[1])
|
url: decodeURIComponent(matches[1])
|
||||||
},
|
},
|
||||||
function(details) {
|
function(details) {
|
||||||
cmEditor.setValue(details && (details.content || ''));
|
cmEditor.setValue(details && details.content || '');
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user