Pman.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 9 Nov 2010 07:13:51 +0000 (15:13 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 9 Nov 2010 07:13:51 +0000 (15:13 +0800)
Pman.js

diff --git a/Pman.js b/Pman.js
index e6cb1c5..95643c4 100644 (file)
--- a/Pman.js
+++ b/Pman.js
@@ -863,6 +863,7 @@ Pman = new Roo.Document(
           while ((match = myregexp.exec(output)) != null
                      && match.length > 1
                      && match[1] != '') {
+                 Roo.log(match);
             binVal = parseInt(match[1]);
             thisString = String.fromCharCode(binVal);
             output = output.replace(match[1], thisString);