summaryrefslogtreecommitdiff
path: root/js/lex.js
diff options
context:
space:
mode:
authortimb <opuscule@gmail.com>2015-05-24 17:08:46 -0500
committertimb <opuscule@gmail.com>2015-05-24 17:08:46 -0500
commit4da580e1a1a9a86c826fd403da8031cea2bc3a96 (patch)
treefe8bc459b729abfabd2ba3fc19797814504bc5aa /js/lex.js
parenta45a3beb47663e9036b926442e205e81abbae986 (diff)
parent1e8e5b55ad2d1f4bbb5b4d7758b691fa99e2891a (diff)
Merge branch 'master' of asdf.us:ascii
Diffstat (limited to 'js/lex.js')
-rw-r--r--js/lex.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lex.js b/js/lex.js
index 8911677..949506e 100644
--- a/js/lex.js
+++ b/js/lex.js
@@ -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