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

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

Issue 571453002: Correct indentation, JSDoc, etc... to comply with closure linter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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_adjust.js
diff --git a/ui/file_manager/gallery/js/image_editor/image_adjust.js b/ui/file_manager/gallery/js/image_editor/image_adjust.js
index 6c48fae9447ce38e5f116b06ccc7b628b940fb4b..1794b97b7ce33ac67242f53fa084c0496f1eb2c5 100644
--- a/ui/file_manager/gallery/js/image_editor/image_adjust.js
+++ b/ui/file_manager/gallery/js/image_editor/image_adjust.js
@@ -8,7 +8,7 @@
* The base class for simple filters that only modify the image content
* but do not modify the image dimensions.
* @constructor
- * @extends ImageEditor.Mode
+ * @extends {ImageEditor.Mode}
*/
ImageEditor.Mode.Adjust = function() {
ImageEditor.Mode.apply(this, arguments);
« no previous file with comments | « ui/file_manager/gallery/js/image_editor/filter.js ('k') | ui/file_manager/gallery/js/image_editor/image_editor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698