Fix over-parenthesizing of function expressions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var Test = (function () {
|
||||
var Test = function () {
|
||||
function Test() {
|
||||
babelHelpers.classCallCheck(this, Test);
|
||||
}
|
||||
@@ -10,4 +10,4 @@ var Test = (function () {
|
||||
}
|
||||
}]);
|
||||
return Test;
|
||||
})();
|
||||
}();
|
||||
|
||||
Reference in New Issue
Block a user