Skip to content

Commit

Permalink
remove unused function from generator
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 5, 2017
1 parent ef90104 commit 30aa9c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dist/moon.js
Original file line number Diff line number Diff line change
Expand Up @@ -1414,8 +1414,6 @@
return;
}

var eventNames = [];

var generateProps = function(node, parent, state) {
var props = node.props;
node.props = {
Expand Down
2 changes: 0 additions & 2 deletions src/compiler/generator.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const eventNames = [];

const generateProps = function(node, parent, state) {
const props = node.props;
node.props = {
Expand Down

0 comments on commit 30aa9c7

Please sign in to comment.