roojs-core.js
[roojs1] / Roo / Markdown.js
index 71e4c47..49910e8 100644 (file)
@@ -946,7 +946,7 @@ Roo.Markdown.toHtml = function(text) {
      * Parsing & Compiling
      */
     
-    function Parser(options) {
+    var Parser= function (options) {
       this.tokens = [];
       this.token = null;
       this.options = options || marked.defaults;