| 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..590d338a03df5836f45b6fe42a2436e38427ef07 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|.
|
| */
|
| shouldAcceptDrag: function(e) {
|
| var tile = ntp4.getCurrentlyDraggingTile();
|
|
|