Fix over-parenthesizing of function expressions

This commit is contained in:
Amjad Masad
2015-12-24 14:55:51 -08:00
parent 15760dfed2
commit 0d8e5a9e86
78 changed files with 213 additions and 187 deletions

View File

@@ -4,7 +4,7 @@ var _events2 = require("events");
var _events3 = babelHelpers.interopRequireDefault(_events2);
let Template = (function () {
let Template = function () {
function Template() {
babelHelpers.classCallCheck(this, Template);
}
@@ -16,6 +16,6 @@ let Template = (function () {
}
}]);
return Template;
})();
}();
console.log(new Template().events());
console.log(new Template().events());