| Index: chrome/browser/resources/md_downloads/manager.js
|
| diff --git a/chrome/browser/resources/md_downloads/manager.js b/chrome/browser/resources/md_downloads/manager.js
|
| index 086567524c9865eefc78213f5d2eb0e860fa5ce6..489663d94239268b8241a63bba5a79fc21de6d1f 100644
|
| --- a/chrome/browser/resources/md_downloads/manager.js
|
| +++ b/chrome/browser/resources/md_downloads/manager.js
|
| @@ -93,11 +93,8 @@ cr.define('downloads', function() {
|
| downloads.ActionService.getInstance().undo();
|
| },
|
|
|
| - /**
|
| - * @param {Event} e
|
| - * @private
|
| - */
|
| - onListScroll_: function(e) {
|
| + /** @private */
|
| + onListScroll_: function() {
|
| var list = this.$['downloads-list'];
|
| if (list.scrollHeight - list.scrollTop - list.offsetHeight <= 100) {
|
| // Approaching the end of the scrollback. Attempt to load more items.
|
|
|