summaryrefslogtreecommitdiff
path: root/js/matrix.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/matrix.js')
-rw-r--r--js/matrix.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/matrix.js b/js/matrix.js
index 4366eaa..81ced3e 100644
--- a/js/matrix.js
+++ b/js/matrix.js
@@ -107,7 +107,7 @@ Matrix.prototype.mirc = function () {
}
})
if (last && ! last.isClear()) { line += "\x03" }
- return line.replace(/\s+$/,"")
+ return line
}).filter(function(line){ return line.length > 0 })
return lines.join("\n")
}