Chromium Code Reviews| Index: ui/file_manager/file_manager/foreground/js/thumbnail_loader.js |
| diff --git a/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js b/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js |
| index 3077c0eaf015ac193397fd14a0b151747c3342b6..6b19346f0a8aa15cc53def1030bcefbc728548ce 100644 |
| --- a/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js |
| +++ b/ui/file_manager/file_manager/foreground/js/thumbnail_loader.js |
| @@ -136,8 +136,8 @@ ThumbnailLoader.THUMBNAIL_MAX_HEIGHT = 500; |
| * for downloading thumbnails. By default optimizations are disabled. |
| * @param {function(Image, Object)=} opt_onSuccess Success callback, |
| * accepts the image and the transform. |
| - * @param {function=} opt_onError Error callback. |
| - * @param {function=} opt_onGeneric Callback for generic image used. |
| + * @param {Function=} opt_onError Error callback. |
|
fukino
2014/09/22 06:05:57
{function()=} looks more consistent with annotatio
Vitaly Pavlenko
2014/09/22 20:10:18
Done.
|
| + * @param {Function=} opt_onGeneric Callback for generic image used. |
|
fukino
2014/09/22 06:05:57
ditto
Vitaly Pavlenko
2014/09/22 20:10:18
Done.
|
| */ |
| ThumbnailLoader.prototype.load = function(box, fillMode, opt_optimizationMode, |
| opt_onSuccess, opt_onError, opt_onGeneric) { |