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

Unified Diff: chrome/browser/resources/md_bookmarks/dnd_manager.js

Issue 2909503003: WebUI: Enable ESLint rule for missing semicolons. (Closed)
Patch Set: Undo local_ntp changes from this CL. Created 3 years, 7 months 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
Index: chrome/browser/resources/md_bookmarks/dnd_manager.js
diff --git a/chrome/browser/resources/md_bookmarks/dnd_manager.js b/chrome/browser/resources/md_bookmarks/dnd_manager.js
index c5c3c7ea4c61ef2e467d7aaf59fbc137d14f0438..a4423b3d66b89aa10cdd4e9f55c7bd8711cac4a3 100644
--- a/chrome/browser/resources/md_bookmarks/dnd_manager.js
+++ b/chrome/browser/resources/md_bookmarks/dnd_manager.js
@@ -626,7 +626,7 @@ cr.define('bookmarks', function() {
if (getBookmarkNode(overElement).url)
return false;
- return !this.dragInfo_.isDraggingChildBookmark(overElement.itemId)
+ return !this.dragInfo_.isDraggingChildBookmark(overElement.itemId);
},
disableTimeoutsForTesting: function() {

Powered by Google App Engine
This is Rietveld 408576698