Chromium Code Reviews| Index: chrome/browser/resources/file_manager/js/file_copy_manager.js |
| diff --git a/chrome/browser/resources/file_manager/js/file_copy_manager.js b/chrome/browser/resources/file_manager/js/file_copy_manager.js |
| index adce035f70472922917e2043835e77f0c3091e32..a54c829be2cd7e80548c916b2f1657b445e95ade 100644 |
| --- a/chrome/browser/resources/file_manager/js/file_copy_manager.js |
| +++ b/chrome/browser/resources/file_manager/js/file_copy_manager.js |
| @@ -49,6 +49,7 @@ FileCopyManager.getInstance = function(root) { |
| * Tasks may be added while the queue is being serviced. Though a |
| * cancel operation cancels everything in the queue. |
| * |
| + * @constructor |
|
mtomasz
2013/02/14 04:38:56
I think in most places we put @constructor after @
yoshiki
2013/02/14 06:17:36
You're right. The closure-compiler doc says so.
ht
|
| * @param {DirectoryEntry} sourceDirEntry Source directory. |
| * @param {DirectoryEntry} targetDirEntry Target directory. |
| */ |