mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
minor: Fix accidental global variable leak in marked.
This commit is contained in:
committed by
Tim Abbott
parent
1229e69e9b
commit
9bfef83efd
@@ -346,7 +346,7 @@ Lexer.prototype.token = function(src, top, bq) {
|
|||||||
listStart.loose = true;
|
listStart.loose = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
t = {
|
var t = {
|
||||||
type: 'list_item_start',
|
type: 'list_item_start',
|
||||||
loose: loose
|
loose: loose
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user