Index: ui/file_manager/gallery/js/image_editor/commands.js |
diff --git a/ui/file_manager/gallery/js/image_editor/commands.js b/ui/file_manager/gallery/js/image_editor/commands.js |
index 972602f1a245e819d6a61ca3c99a66b35daeb4a1..a67d0f9df2ff419cf85c2f7dd7e714b42079636f 100644 |
--- a/ui/file_manager/gallery/js/image_editor/commands.js |
+++ b/ui/file_manager/gallery/js/image_editor/commands.js |
@@ -413,7 +413,8 @@ Command.Crop.prototype.revertView = function(canvas, imageView) { |
* Filter command. |
* |
* @param {string} name Command name. |
- * @param {function(ImageData,ImageData,number,number)} filter Filter function. |
+ * @param {function(!ImageData,!ImageData,number,number)} filter Filter |
+ * function. |
* @param {?string} message Message to display when done. |
* @constructor |
* @extends {Command} |