Commit 7645a3d0 authored by Joshua Haberman's avatar Joshua Haberman Committed by Jisi Liu

Merge pull request #1884 from hochhaus/valueWriterFn

Fix valueWriterFn_ variable name
parent 1a586735
......@@ -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();
}
......
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