Roo/bootstrap/Markdown.js
[roojs1] / Roo / bootstrap / Markdown.js
index c4be886..5cda756 100644 (file)
@@ -70,7 +70,7 @@ Roo.extend(Roo.bootstrap.Markdown, Roo.bootstrap.TextArea,  {
     },
     setValue : function(val)
     {
-        Roo.bootstrap.TextArea.prototype.setValue(val);
+        Roo.bootstrap.TextArea.prototype.setValue.call(this,val);
         if (!this.editing) {
             this.updateMarkdown();
         }