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

Skip to content

Commit 984dbfd

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generator/js_generator.cc

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

0 commit comments

Comments
 (0)
0