mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 04:33:50 +01:00
Clean up
This commit is contained in:
parent
b0d4a7bdf3
commit
c31e1c7e37
@ -9,13 +9,10 @@ const escape = function(text) {
|
||||
.replace(/</g, '<');
|
||||
};
|
||||
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user