roojs-core.js
[roojs1] / roojs-debug.js
index 4bd6823..f152960 100644 (file)
@@ -17886,7 +17886,7 @@ Roo.Markdown.toHtml = function(text) {
      * Helpers
      */
     
-    function escape(html, encode) {
+    var escape = function (html, encode) {
       return html
         .replace(!encode ? /&(?!#?\w+;)/g : /&/g, '&')
         .replace(/</g, '&lt;')