editor: make comment not visible on canvas
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Thu, 15 May 2014 08:29:54 +0000 (10:29 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Wed, 28 May 2014 12:45:58 +0000 (14:45 +0200)
src/editor/plugins/core/canvasElements.js

index 229cd47..0d7cffa 100644 (file)
@@ -111,7 +111,7 @@ $.extend(footnote, {
 
 
 return [
 
 
 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}
 ];
     {tag: 'aside', klass: 'footnote', prototype: footnote},
     {tag: 'span', klass: 'link', prototype: linkElement}
 ];