Fix bug in helper processing.

This commit is contained in:
Logan Smyth
2017-09-20 08:51:00 -07:00
parent d159c468b2
commit a1c268667a
2 changed files with 7 additions and 3 deletions

View File

@@ -17,5 +17,5 @@
return Constructor;
}
babelHelpers.createClass = _createClass
babelHelpers.createClass = _createClass;
})(typeof global === "undefined" ? self : global);