| Index: ui/webui/resources/js/cr/ui/table.js
|
| diff --git a/ui/webui/resources/js/cr/ui/table.js b/ui/webui/resources/js/cr/ui/table.js
|
| index 7e6364d25bd3ac071e1d2ec5834fa10ad3e3d3d3..fcb81ecbdf537d66b8a6bc3272ff0834c1d45670 100644
|
| --- a/ui/webui/resources/js/cr/ui/table.js
|
| +++ b/ui/webui/resources/js/cr/ui/table.js
|
| @@ -216,7 +216,7 @@ cr.define('cr.ui', function() {
|
|
|
| /**
|
| * Ensures that a given index is inside the viewport.
|
| - * @param {number} index The index of the item to scroll into view.
|
| + * @param {number} i The index of the item to scroll into view.
|
| * @return {boolean} Whether any scrolling was needed.
|
| */
|
| scrollIndexIntoView: function(i) {
|
| @@ -261,7 +261,7 @@ cr.define('cr.ui', function() {
|
|
|
| /**
|
| * Sort data by the given column.
|
| - * @param {number} index The index of the column to sort by.
|
| + * @param {number} i The index of the column to sort by.
|
| */
|
| sort: function(i) {
|
| var cm = this.columnModel_;
|
|
|