diff options
Diffstat (limited to 'js/lex.js')
| -rw-r--r-- | js/lex.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ Lex.prototype.ascii = function(){ } Lex.prototype.sanitize = function(){ switch (this.char) { - case "%": return "%" +// case "%": return "%" case undefined: case "": return " " default: return this.char |
