Chromium Code Reviews| Index: chrome/browser/resources/ntp4/tile_page.js |
| diff --git a/chrome/browser/resources/ntp4/tile_page.js b/chrome/browser/resources/ntp4/tile_page.js |
| index 7a79c0b757441221b8012c2bf134401242fea7cd..8583e86cd2282528f48e32e4b4c2b2eee00759f1 100644 |
| --- a/chrome/browser/resources/ntp4/tile_page.js |
| +++ b/chrome/browser/resources/ntp4/tile_page.js |
| @@ -448,7 +448,7 @@ cr.define('ntp', function() { |
| this.addEventListener('DOMNodeInsertedIntoDocument', |
| this.onNodeInsertedIntoDocument_); |
| - this.addEventListener('mousewheel', this.onMouseWheel_); |
| +// this.addEventListener('mousewheel', this.onMouseWheel_); |
|
Patrick Dubroy
2012/04/16 21:27:59
This should have a bool value passed in to indicat
|
| this.content_.addEventListener('scroll', this.onScroll_.bind(this)); |
| this.dragWrapper_ = new cr.ui.DragWrapper(this.tileGrid_, this); |