mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
Added linting for consistent-return
This commit is contained in:
parent
635cdf8061
commit
1aff68d802
10 changed files with 43 additions and 42 deletions
|
@ -614,7 +614,7 @@
|
|||
if (reallyShare){
|
||||
return this.originalSet(value, ...args);
|
||||
}
|
||||
return;
|
||||
return false;
|
||||
}).catch(function(error){
|
||||
logging.warning("Unable to set sharePersistentRndBetweenDomains:", error);
|
||||
});
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
setSelect.selectedIndex = index;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}) &&
|
||||
searchParameters.has("domain")
|
||||
){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue