Fix some tabs.

This commit is contained in:
yackob03 2013-10-16 22:44:29 -04:00
parent 6ae725eace
commit 8987f32d9d

View file

@ -368,8 +368,8 @@ ImageHistoryTree.prototype.setTag_ = function(tagName) {
// Update the state of each existing node to no longer be highlighted.
if (this.currentImage_) {
var currentNode = imageByDBID[this.currentImage_.dbid];
this.markPath_(currentNode, false);
var currentNode = imageByDBID[this.currentImage_.dbid];
this.markPath_(currentNode, false);
}
// Find the new current image (if any).
@ -379,8 +379,8 @@ ImageHistoryTree.prototype.setTag_ = function(tagName) {
// Update the state of the new node path.
if (this.currentImage_) {
var currentNode = imageByDBID[this.currentImage_.dbid];
this.markPath_(currentNode, true);
var currentNode = imageByDBID[this.currentImage_.dbid];
this.markPath_(currentNode, true);
}
// Ensure that the children are in the correct order.