Closed fred-wang closed 9 years ago
TeXZilla generates the following code
if (true) { this.parseError = parseError; } else { }
in order to avoid error with Object.getPrototypeOf in Rhino (issue #38). This could be cleanup a bit further.
TeXZilla generates the following code
in order to avoid error with Object.getPrototypeOf in Rhino (issue #38). This could be cleanup a bit further.