Merge "Fix typo that was causing right side of diff to not render during tests"

This commit is contained in:
Edwin Kempin 2015-11-24 11:52:59 +00:00 committed by Gerrit Code Review
commit 573f8bad2d

View File

@ -362,7 +362,7 @@ limitations under the License.
this.$.diffContainer.classList.toggle('rightOnly',
diff.change_type == Changes.DiffType.ADDED);
this.$.diffContainer.classList.toggle('leftOnly',
diff.change_type == Changes.DiffType.REMOVED);
diff.change_type == Changes.DiffType.DELETED);
var initialLineNum = 0 + (diff.content.skip || 0);
var ctx = {