roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index 3b11f1f..48c3b0b 100644 (file)
@@ -26174,7 +26174,7 @@ Roo.extend(Roo.bootstrap.Markdown, Roo.bootstrap.TextArea,  {
     updateMarkdown : function()
     {
         if (this.getValue() == '') {
-            this.markdownEl.dom.innerHTML = String.format('<span class="roo-placeholder">{0}</span>', this.placeholder);
+            this.markdownEl.dom.innerHTML = String.format('<span class="roo-placeholder">{0}</span>', this.placeholder || '');
             return;
         }
          var v = this.getValue();