Skip to content

Commit 2553e4c

Browse files
committed
update baselines
1 parent a31415d commit 2553e4c

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)