ux/Showdown.js
[roojs1] / ux / Showdown.js
index 8de76db..b28eb91 100644 (file)
@@ -130,7 +130,7 @@ Roo.ux.Showdown.converter = function() {
             // contorted like /[ \t]*\n+/ .
             text = text.replace(/^[ \t]+$/mg,"");
     
-            text = _DoCodeBlcoks(text);
+            text = _DoCodeBlocks(text);
     
             // Turn block-level HTML blocks into hash entries
             text = _HashHTMLBlocks(text);