Commit 1112989a authored by Joshua Haberman's avatar Joshua Haberman Committed by GitHub

Merge pull request #1884 from hochhaus/valueWriterFn

Fix valueWriterFn_ variable name
parents 915d79ef a2174089
......@@ -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