Refactoring

This commit is contained in:
Alexei Koshelev 2022-10-29 02:56:35 +03:00
parent 244ebd789d
commit 82a02c0f63
2 changed files with 0 additions and 2 deletions

View file

@ -58,7 +58,6 @@ define([
this.each(function(comment) {
comment.set('editText', false);
comment.set('editTextInPopover', false);
comment.set('showBtnsInPopover', false);
comment.set('showReply', false);
comment.set('showReplyInPopover', true);
comment.set('hideAddReply', false);

View file

@ -73,7 +73,6 @@ define([
time : 0,
showReply : false,
showReplyInPopover : true,
showBtnsInPopover : false,
editText : false,
editTextInPopover : false,
last : undefined,