Skip to content

Commit

Permalink
Merge pull request #616 from pgherveou/master
Browse files Browse the repository at this point in the history
add ; at the end of mixins declaration
  • Loading branch information
tj committed Apr 29, 2012
2 parents 667fbaa + 31580fc commit a4082d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ Compiler.prototype = {
this.parentIndents++;
this.visit(mixin.block);
this.parentIndents--;
this.buf.push('}');
this.buf.push('};');
}
},

Expand Down

0 comments on commit a4082d8

Please sign in to comment.