Remove useless return statement

This commit is contained in:
Raymond Hill 2019-07-12 09:13:10 -04:00
parent d6927cf1fe
commit 8d8336ffae
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -522,7 +522,6 @@
this.size = 0;
if ( selfie !== undefined ) {
this.fromSelfie(selfie);
return;
}
}