Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Unified Diff: ui/file_manager/gallery/js/image_editor/image_editor.js

Issue 942193002: Files.app: fix some closure compilation issues to unblock new compiler roll. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/file_manager/gallery/js/image_editor/image_editor.js
diff --git a/ui/file_manager/gallery/js/image_editor/image_editor.js b/ui/file_manager/gallery/js/image_editor/image_editor.js
index 07260079076221330c0a4e6d6363096e621749fd..4f3233750ca9ef6181b7c9177a70a89a45c57ecf 100644
--- a/ui/file_manager/gallery/js/image_editor/image_editor.js
+++ b/ui/file_manager/gallery/js/image_editor/image_editor.js
@@ -12,7 +12,7 @@
* @param {!Object} DOMContainers Various DOM containers required for the
* editor.
* @param {!Array.<!ImageEditor.Mode>} modes Available editor modes.
- * @param {function(string, ...[string])} displayStringFunction String
+ * @param {function(string, ...string)} displayStringFunction String
* formatting function.
* @param {function()} onToolsVisibilityChanged Callback to be called, when
* some of the UI elements have been dimmed or revealed.
@@ -1200,7 +1200,7 @@ ImageEditor.Toolbar.prototype.show = function(on) {
/** A prompt panel for the editor.
*
* @param {!HTMLElement} container Container element.
- * @param {function(string, ...[string])} displayStringFunction A formatting
+ * @param {function(string, ...string)} displayStringFunction A formatting
* function.
* @constructor
* @struct

Powered by Google App Engine
This is Rietveld 408576698