Skip to content
Snippets Groups Projects
Commit 4253f9e0 authored by syuilo's avatar syuilo
Browse files

Clean up

parent 96f75842
No related merge requests found
......@@ -9,13 +9,10 @@ const escape = function(text) {
.replace(/</g, '&lt;');
};
module.exports = function(tokens, shouldBreak, shouldEscape) {
module.exports = function(tokens, shouldBreak) {
if (shouldBreak == null) {
shouldBreak = true;
}
if (shouldEscape != null) {
alert('do not use this option')
}
const me = riot.mixin('i').me;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment