1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00

Remove duplicate code from transcludeblock parser (#4221)

This commit is contained in:
Nils-Hero Lindemann 2019-08-30 18:20:16 +02:00 committed by Jeremy Ruston
parent 82d18ad1fa
commit 1c5b3e3d8d

View File

@ -27,8 +27,6 @@ exports.init = function(parser) {
};
exports.parse = function() {
// Move past the match
this.parser.pos = this.matchRegExp.lastIndex;
// Move past the match
this.parser.pos = this.matchRegExp.lastIndex;
// Get the match details