Remove duplicate code from transcludeblock parser (#4221)

fix-syncer
Nils-Hero Lindemann 2019-08-30 18:20:16 +02:00 zatwierdzone przez Jeremy Ruston
rodzic 82d18ad1fa
commit 1c5b3e3d8d
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -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