8000 attempting to correctly build JS output · gonzojive/protobuf-javascript@80006bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 80006bd

Browse files
author
Dave Masselink
committed
attempting to correctly build JS output
1 parent 984dbfd commit 80006bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/js_generator.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3689,7 +3689,7 @@ void Generator::GenerateExtension(const GeneratorOptions& options,
36893689
" * @type {!jspb.ExtensionFieldInfo<$extensionType$>}\n"
36903690
" */\n"
36913691
""
3692-
"ExtendedClass.$name$ = new jspb.ExtensionFieldInfo(\n",
3692+
"$class$.$name$ = new jspb.ExtensionFieldInfo(\n",
36933693
"nameInComment", extension_object_name, "name", extension_object_name,
36943694
"class", extension_scope, "extensionType",
36953695
JSFieldTypeAnnotation(options, field,

0 commit comments

Comments
 (0)
0