Serialize commit ID to the DiffCommit js model
Review Request #7319 — Created May 19, 2015 and submitted — Latest diff uploaded
The
DiffViewerView
previously did not serialize the commit IDs of the
commits it was sending. This has been rectified so that the commit ID
attribute can be read from JavaScript. ThecommitId
attribute has
also been renamed tocommitID
.
Verified the
commitID
attribute is accessible from theDiffCommit
model.