fix: dont return this on constructor

This commit is contained in:
Camilo Roca 2020-03-15 23:14:11 +01:00
parent 24ae4274a0
commit fd8548acab
1 changed files with 0 additions and 2 deletions

View File

@ -67,8 +67,6 @@ class Lexer extends Recognizer {
* the input char buffer. Use setText() or can set this instance var.
*/
this._text = null;
return this;
}
reset() {