From 2553e4cec9017d5115e7ecd95ab4f300d02401c1 Mon Sep 17 00:00:00 2001 From: Vladimir Matveev Date: Wed, 5 Oct 2016 14:09:02 -0700 Subject: [PATCH] update baselines --- .../baselines/reference/tsxCorrectlyParseLessThanComparison1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/baselines/reference/tsxCorrectlyParseLessThanComparison1.js b/tests/baselines/reference/tsxCorrectlyParseLessThanComparison1.js index d466bb3ea3f..f5d35ccaf77 100644 --- a/tests/baselines/reference/tsxCorrectlyParseLessThanComparison1.js +++ b/tests/baselines/reference/tsxCorrectlyParseLessThanComparison1.js @@ -29,7 +29,7 @@ var __extends = (this && this.__extends) || function (d, b) { var ShortDetails = (function (_super) { __extends(ShortDetails, _super); function ShortDetails() { - _super.apply(this, arguments); + return _super.apply(this, arguments) || this; } ShortDetails.prototype.render = function () { if (this.props.id < 1) {