Chromium Code Reviews| 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(); |