Use page.show instead of page in file list

Change-Id: I201dc49935d77e546d55331899d049aa3db62fa3
This commit is contained in:
Andrew Bonventre
2016-02-09 14:44:43 -05:00
parent f8d433bd54
commit f13bb14da8

View File

@@ -211,7 +211,7 @@ limitations under the License.
if (opt_index != null) {
this.selectedIndex = opt_index;
}
page(this._computeDiffURL(this.changeNum, this.patchNum,
page.show(this._computeDiffURL(this.changeNum, this.patchNum,
this.files[this.selectedIndex].__path));
},