Skip to content

Commit 11fb6eb

Browse files
committed
[grammar] style
1 parent 29cfc8b commit 11fb6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pbxproj.pegjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ InlineCommentClose
113113
DelimitedSection
114114
= begin:DelimitedSectionBegin _ fields:(AssignmentList / EmptyBody) _ DelimitedSectionEnd
115115
{
116-
var section = {}
116+
var section = Object.create(null);
117117
section[begin.name] = fields
118118

119119
return section

0 commit comments

Comments
 (0)