Merge pull request #2083 from pherl/3.0.x
Merge pull request #1884 from hochhaus/valueWriterFn
This commit is contained in:
commit
30e55aecc1
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ jspb.Map.prototype.serializeBinary = function(
|
|||
valueWriterFn.call(writer, 2, this.wrapEntry_(entry),
|
||||
opt_valueWriterCallback);
|
||||
} else {
|
||||
valueWriterFn_.call(writer, 2, entry.value);
|
||||
valueWriterFn.call(writer, 2, entry.value);
|
||||
}
|
||||
writer.endSubMessage();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue