Refactoring
This commit is contained in:
parent
244ebd789d
commit
82a02c0f63
|
@ -58,7 +58,6 @@ define([
|
||||||
this.each(function(comment) {
|
this.each(function(comment) {
|
||||||
comment.set('editText', false);
|
comment.set('editText', false);
|
||||||
comment.set('editTextInPopover', false);
|
comment.set('editTextInPopover', false);
|
||||||
comment.set('showBtnsInPopover', false);
|
|
||||||
comment.set('showReply', false);
|
comment.set('showReply', false);
|
||||||
comment.set('showReplyInPopover', true);
|
comment.set('showReplyInPopover', true);
|
||||||
comment.set('hideAddReply', false);
|
comment.set('hideAddReply', false);
|
||||||
|
|
|
@ -73,7 +73,6 @@ define([
|
||||||
time : 0,
|
time : 0,
|
||||||
showReply : false,
|
showReply : false,
|
||||||
showReplyInPopover : true,
|
showReplyInPopover : true,
|
||||||
showBtnsInPopover : false,
|
|
||||||
editText : false,
|
editText : false,
|
||||||
editTextInPopover : false,
|
editTextInPopover : false,
|
||||||
last : undefined,
|
last : undefined,
|
||||||
|
|
Loading…
Reference in a new issue