mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Remove trailing spaces
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/679
This commit is contained in:
parent
dd1a4ed36a
commit
a89aad0304
1 changed files with 2 additions and 2 deletions
|
|
@ -115,7 +115,7 @@
|
|||
}
|
||||
const prop = chain.slice(0, pos);
|
||||
let v = owner[prop];
|
||||
chain = chain.slice(pos + 1);
|
||||
chain = chain.slice(pos + 1);
|
||||
if ( v ) {
|
||||
makeProxy(v, chain);
|
||||
return;
|
||||
|
|
@ -707,7 +707,7 @@
|
|||
while ( props.length ) {
|
||||
var prop = props.pop();
|
||||
if ( typeof window[prop] === 'function' ) {
|
||||
window[prop] = noopfn;
|
||||
window[prop] = noopfn;
|
||||
} else {
|
||||
Object.defineProperty(window, prop, {
|
||||
get: function() { return noopfn; },
|
||||
|
|
|
|||
Loading…
Reference in a new issue