Roo/bootstrap/Markdown.js
[roojs1] / Roo / bootstrap / Markdown.js
index 513cdad..c4be886 100644 (file)
@@ -52,7 +52,7 @@ Roo.extend(Roo.bootstrap.Markdown, Roo.bootstrap.TextArea,  {
             return;
         }
         // show showdown...
-        this.updateMarkDown();
+        this.updateMarkdown();
         this.markdownEl.removeClass('d-none');
         this.editing = false;
         return;