Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: chrome/browser/resources/ntp4/page_list_view.js

Issue 8775024: Fix NTP not to slide with mouse (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't include tweak to enable Xinput2 Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/tools/check.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/page_list_view.js
diff --git a/chrome/browser/resources/ntp4/page_list_view.js b/chrome/browser/resources/ntp4/page_list_view.js
index 7db35c0ba4dfa096f5d0e4480b76a0c36247543d..61e1c130a48110920811bcf8e4a18c6d93e790a5 100644
--- a/chrome/browser/resources/ntp4/page_list_view.js
+++ b/chrome/browser/resources/ntp4/page_list_view.js
@@ -439,9 +439,8 @@ cr.define('ntp4', function() {
/**
* Invoked whenever some app is released
- * @param {cr.ui.Grabber.Event} e The Grabber RELEASE event.
*/
- leaveRearrangeMode: function(e) {
+ leaveRearrangeMode: function() {
var tempPage = document.querySelector('.tile-page.temporary');
var dot = tempPage.navigationDot;
if (!tempPage.tileCount && tempPage != this.cardSlider.currentCardValue) {
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/tools/check.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698