Skip to content

Commit

Permalink
fixes #2866 (#2867)
Browse files Browse the repository at this point in the history
  • Loading branch information
droooney authored and ForbesLindesay committed Sep 25, 2017
1 parent dd49623 commit 9cb96de
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

0 comments on commit 9cb96de

Please sign in to comment.