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

Unified Diff: chrome/browser/resources/file_manager/js/image_editor/image_adjust.js

Issue 12212160: [Cleanup] Files.app: Fill 'TODO' comments to missing descriptions in @return annotation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/metadata/id3_parser.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/image_editor/image_adjust.js
diff --git a/chrome/browser/resources/file_manager/js/image_editor/image_adjust.js b/chrome/browser/resources/file_manager/js/image_editor/image_adjust.js
index c581da3065d2e8c838ea39cdbe6853be7122f31c..6591cbc33c6299352763bbf074c0e6059a5e1398 100644
--- a/chrome/browser/resources/file_manager/js/image_editor/image_adjust.js
+++ b/chrome/browser/resources/file_manager/js/image_editor/image_adjust.js
@@ -171,7 +171,7 @@ ImageEditor.Mode.Autofix.prototype.createTools = function(toolbar) {
/**
* TODO(JSDOC)
- * @return {boolean} //TODO(JSDOC)
+ * @return {boolean} //TODO(JSDOC).
*/
ImageEditor.Mode.Autofix.prototype.isApplicable = function() {
return this.getImageView().hasValidImage() &&
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/metadata/id3_parser.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698