fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
editor: canvas - switching key event handling to new handlers
[fnpeditor.git]
/
src
/
editor
/
modules
/
documentCanvas
/
canvas
/
comments
/
comments.js
diff --git
a/src/editor/modules/documentCanvas/canvas/comments/comments.js
b/src/editor/modules/documentCanvas/canvas/comments/comments.js
index
3076f52
..
65c80f2
100644
(file)
--- a/
src/editor/modules/documentCanvas/canvas/comments/comments.js
+++ b/
src/editor/modules/documentCanvas/canvas/comments/comments.js
@@
-142,8
+142,8
@@
var CommentView = function(commentNode) {
}, 'date');
this.dom = $(_.template(commentTemplate)({
}, 'date');
this.dom = $(_.template(commentTemplate)({
- author: author ||
'?
',
- date: date || '
?
',
+ author: author ||
'
',
+ date: date || '',
content: this.node.object.getText() || '?'
}));
content: this.node.object.getText() || '?'
}));