Skip to content

Commit 9cb96de

Browse files
droooneyForbesLindesay
authored andcommitted
fixes #2866 (#2867)
1 parent dd49623 commit 9cb96de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pug-code-gen/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ Compiler.prototype = {
810810
* Compile attribute blocks.
811811
*/
812812

813-
attributeBlocks(attributeBlocks) {
813+
attributeBlocks: function (attributeBlocks) {
814814
return attributeBlocks && attributeBlocks.slice().map(function(attrBlock){
815815
return attrBlock.val;
816816
});

0 commit comments

Comments
 (0)