This commit is contained in:
parrt 2017-03-14 10:35:22 -07:00
parent 1af6657f84
commit 1b0a8aa2e8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function TraceListener(parser) {
return this;
}
TraceListener.prototype = Object.create(ParseTreeListener);
TraceListener.prototype = Object.create(ParseTreeListener.prototype);
TraceListener.prototype.constructor = TraceListener;
TraceListener.prototype.enterEveryRule = function(ctx) {