Refactoring
This commit is contained in:
parent
244ebd789d
commit
82a02c0f63
|
@ -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);
|
||||
|
|
|
@ -73,7 +73,6 @@ define([
|
|||
time : 0,
|
||||
showReply : false,
|
||||
showReplyInPopover : true,
|
||||
showBtnsInPopover : false,
|
||||
editText : false,
|
||||
editTextInPopover : false,
|
||||
last : undefined,
|
||||
|
|
Loading…
Reference in a new issue