roojs-core.js
[roojs1] / Roo / Markdown.js
index 1982c7a..71e4c47 100644 (file)
@@ -796,7 +796,7 @@ Roo.Markdown.toHtml = function(text) {
      * Renderer
      */
     
-    function Renderer(options) {
+    var Renderer   = function (options) {
       this.options = options || {};
     }