REFACTOR: removes useless self assignment (#9681)

This commit is contained in:
Joffrey JAFFEUX 2020-05-07 16:37:20 +02:00 committed by GitHub
parent 23d585f255
commit af78d188b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ createWidget("topic-admin-menu-button", {
const position = $button.position();
const rtl = $("html").hasClass("rtl");
position.left = position.left;
position.outerHeight = $button.outerHeight();
if (rtl) {