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

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

Issue 9320051: Fix JavaScript style in ntp4 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/ntp4/trash.js
diff --git a/chrome/browser/resources/ntp4/trash.js b/chrome/browser/resources/ntp4/trash.js
index ae4180c0a1c4fed7b0ca845391bdf4b87c622a3c..6be12285b4a0ca3e10c4eba98dfdbab23def383a 100644
--- a/chrome/browser/resources/ntp4/trash.js
+++ b/chrome/browser/resources/ntp4/trash.js
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -26,7 +26,7 @@ cr.define('ntp4', function() {
/**
* Determines whether we are interested in the drag data for |e|.
* @param {Event} e The event from drag enter.
- * @return {bool}
+ * @return {boolean} true if we are interested in the drag data for |e|.
Evan Stade 2012/02/02 23:48:42 Sentences start with capital letters.
Tyler Breisacher (Chromium) 2012/02/02 23:54:47 Done.
*/
shouldAcceptDrag: function(e) {
var tile = ntp4.getCurrentlyDraggingTile();
« chrome/browser/resources/ntp4/page_list_view.js ('K') | « chrome/browser/resources/ntp4/tile_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698