Skip to content

Commit

Permalink
fixes #2866
Browse files Browse the repository at this point in the history
  • Loading branch information
droooney committed Sep 9, 2017
1 parent 39988d5 commit 8d6c966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pug-code-gen/index.js
Expand Up @@ -810,7 +810,7 @@ Compiler.prototype = {
* Compile attribute blocks.
*/

attributeBlocks(attributeBlocks) {
attributeBlocks: function (attributeBlocks) {
return attributeBlocks && attributeBlocks.slice().map(function(attrBlock){
return attrBlock.val;
});
Expand Down

1 comment on commit 8d6c966

@prvitalii
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for the solution. Great job!

Please sign in to comment.