fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
publishable checked when last change is marked publishable
[fnpeditor.git]
/
src
/
editor
/
plugins
/
core
/
canvasElements.js
diff --git
a/src/editor/plugins/core/canvasElements.js
b/src/editor/plugins/core/canvasElements.js
index
229cd47
..
0d7cffa
100644
(file)
--- a/
src/editor/plugins/core/canvasElements.js
+++ b/
src/editor/plugins/core/canvasElements.js
@@
-111,7
+111,7
@@
$.extend(footnote, {
return [
- {tag: 'aside', klass: 'comment', prototype:
comment
},
+ {tag: 'aside', klass: 'comment', prototype:
null
},
{tag: 'aside', klass: 'footnote', prototype: footnote},
{tag: 'span', klass: 'link', prototype: linkElement}
];