Skip to content

Commit be51407

Browse files
committed
Fix typo in source
An unknown attribute should be still given a correct soruce when using the artibrary attributes flag
1 parent fbfc5b3 commit be51407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/qtag/extract.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function extractInner(d, comment, includeUnknownAttributes) {
160160
});
161161
} else if (includeUnknownAttributes) {
162162
tags.push({
163-
"SOURCE": d.Name,
163+
"SOURCE": d.name,
164164
"TYPE": "UNDECLARED",
165165
"KEY": key,
166166
"VALUE": comment.metadata[key]

0 commit comments

Comments
 (0)