Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Jul 29, 2017
1 parent 7981cc2 commit 404ea12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/compiler/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ const generateProps = function(node, parent, state) {

if((duringPropGenerate = specialDirective.duringPropGenerate) !== undefined) {
if(state.hasAttrs === false) {
state.hasAttrs = true;
}
state.hasAttrs = true;
}

propsCode += duringPropGenerate(prop, node, state);
}
Expand Down

0 comments on commit 404ea12

Please sign in to comment.