We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e811ad8 + ccd35fe commit 1ccb266Copy full SHA for 1ccb266
templates/javascript/FluxAction.js
@@ -2,7 +2,7 @@
2
3
var <%= classedName %> = {
4
5
-}
+};
6
7
<% if (es6) { %> export default <%= classedName %>; <% }
8
else { %>module.exports = <%= classedName %>; <% } %>
0 commit comments