Skip to content

Commit f442480

Browse files
authored
Merge pull request #11400 from Microsoft/vladima/fix-baselines
update baselines
2 parents a31415d + 2553e4c commit f442480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/baselines/reference/tsxCorrectlyParseLessThanComparison1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var __extends = (this && this.__extends) || function (d, b) {
2929
var ShortDetails = (function (_super) {
3030
__extends(ShortDetails, _super);
3131
function ShortDetails() {
32-
_super.apply(this, arguments);
32+
return _super.apply(this, arguments) || this;
3333
}
3434
ShortDetails.prototype.render = function () {
3535
if (this.props.id < 1) {

0 commit comments

Comments
 (0)