mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Remove useless return statement
This commit is contained in:
parent
d6927cf1fe
commit
8d8336ffae
1 changed files with 0 additions and 1 deletions
|
|
@ -522,7 +522,6 @@
|
||||||
this.size = 0;
|
this.size = 0;
|
||||||
if ( selfie !== undefined ) {
|
if ( selfie !== undefined ) {
|
||||||
this.fromSelfie(selfie);
|
this.fromSelfie(selfie);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue