Use new isInStrictMode (#7714)

This commit is contained in:
Justin Ridgewell
2018-04-11 12:17:01 -04:00
committed by GitHub
parent ec3722b3f9
commit b1c9af3f05
2 changed files with 5 additions and 19 deletions

View File

@@ -1,6 +1,8 @@
var Point =
/*#__PURE__*/
function () {
"use strict";
function Point() {
babelHelpers.classCallCheck(this, Point);
}
@@ -17,6 +19,8 @@ function () {
var ColorPoint =
/*#__PURE__*/
function (_Point) {
"use strict";
babelHelpers.inherits(ColorPoint, _Point);
function ColorPoint() {