| Index: ui/file_manager/gallery/js/image_editor/image_buffer.js
|
| diff --git a/ui/file_manager/gallery/js/image_editor/image_buffer.js b/ui/file_manager/gallery/js/image_editor/image_buffer.js
|
| index 6d28f62b6767bc14a5305d9796eb5c19c1f890f9..1539c4b8b2adca267348596dd8ca8e183ef0c01a 100644
|
| --- a/ui/file_manager/gallery/js/image_editor/image_buffer.js
|
| +++ b/ui/file_manager/gallery/js/image_editor/image_buffer.js
|
| @@ -123,7 +123,8 @@ ImageBuffer.DoubleTapAction = {
|
| /**
|
| * ImageBuffer.Overlay is a pluggable extension that modifies the outlook
|
| * and the behavior of the ImageBuffer instance.
|
| - * @class
|
| + * @constructor
|
| + * @struct
|
| */
|
| ImageBuffer.Overlay = function() {};
|
|
|
|
|