roojs-core.js
authorAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2020 07:11:54 +0000 (15:11 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 7 Feb 2020 07:11:54 +0000 (15:11 +0800)
roojs-core-debug.js
roojs-ui.js
roojs-ui-debug.js
roojs-all.js
roojs-debug.js

roojs-core-debug.js
roojs-debug.js

index 5f189dc..f50c8fd 100644 (file)
@@ -17967,7 +17967,9 @@ Roo.Markdown.toHtml = function(text) {
     /**
      * Marked
      */
-    
+         /**
+         * eval:var:marked
+    */
     var marked = function (src, opt, callback) {
       if (callback || typeof opt === 'function') {
         if (!callback) {
@@ -17989,7 +17991,9 @@ Roo.Markdown.toHtml = function(text) {
         }
     
         pending = tokens.length;
-    
+         /**
+         * eval:var:done
+    */
         var done = function(err) {
           if (err) {
             opt.highlight = highlight;
index 153e686..e40daee 100644 (file)
@@ -17967,7 +17967,9 @@ Roo.Markdown.toHtml = function(text) {
     /**
      * Marked
      */
-    
+         /**
+         * eval:var:marked
+    */
     var marked = function (src, opt, callback) {
       if (callback || typeof opt === 'function') {
         if (!callback) {
@@ -17989,7 +17991,9 @@ Roo.Markdown.toHtml = function(text) {
         }
     
         pending = tokens.length;
-    
+         /**
+         * eval:var:done
+    */
         var done = function(err) {
           if (err) {
             opt.highlight = highlight;