Commit 30e55aec authored by Jisi Liu's avatar Jisi Liu Committed by GitHub

Merge pull request #2083 from pherl/3.0.x

Merge pull request #1884 from hochhaus/valueWriterFn
parents 1a586735 7645a3d0
...@@ -365,7 +365,7 @@ jspb.Map.prototype.serializeBinary = function( ...@@ -365,7 +365,7 @@ jspb.Map.prototype.serializeBinary = function(
valueWriterFn.call(writer, 2, this.wrapEntry_(entry), valueWriterFn.call(writer, 2, this.wrapEntry_(entry),
opt_valueWriterCallback); opt_valueWriterCallback);
} else { } else {
valueWriterFn_.call(writer, 2, entry.value); valueWriterFn.call(writer, 2, entry.value);
} }
writer.endSubMessage(); writer.endSubMessage();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment