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

Unified Diff: chrome/browser/resources/file_manager/js/metadata/exif_parser.js

Issue 12262003: [Cleanup] Files.app: Adds missing periods at the end of the descriptions. (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
Index: chrome/browser/resources/file_manager/js/metadata/exif_parser.js
diff --git a/chrome/browser/resources/file_manager/js/metadata/exif_parser.js b/chrome/browser/resources/file_manager/js/metadata/exif_parser.js
index e5e56d7dc8fd0d481869ba1cdbb1932d34e4c610..f794e1a85509c71450e147396b7f14b4c91b5424 100644
--- a/chrome/browser/resources/file_manager/js/metadata/exif_parser.js
+++ b/chrome/browser/resources/file_manager/js/metadata/exif_parser.js
@@ -353,8 +353,8 @@ ExifParser.ROTATE90 = [0, 0, 0, 0, 1, 1, 1, 1];
* Transform exif-encoded orientation into a set of parameters compatible with
* CSS and canvas transforms (scaleX, scaleY, rotation).
*
- * @param {Object} ifd exif property dictionary (image or thumbnail)
- * @return {Object} //TODO(JSDOC)
+ * @param {Object} ifd exif property dictionary (image or thumbnail).
+ * @return {Object} //TODO(JSDOC).
*/
ExifParser.prototype.parseOrientation = function(ifd) {
if (ifd[EXIF_TAG_ORIENTATION]) {

Powered by Google App Engine
This is Rietveld 408576698