Add missing semicolon to avoid warnings

This commit is contained in:
Martin Jul
2015-09-19 12:40:09 +02:00
parent 73da256b57
commit ccd35fed53
+1 -1
View File
@@ -2,7 +2,7 @@
var <%= classedName %> = {
}
};
<% if (es6) { %> export default <%= classedName %>; <% }
else { %>module.exports = <%= classedName %>; <% } %>