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

Unified Diff: chrome/browser/resources/file_manager/js/photo/source.js

Issue 12212187: [Cleanup] Files.app: Misc style fixes in Javascript code. (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/photo/source.js
diff --git a/chrome/browser/resources/file_manager/js/photo/source.js b/chrome/browser/resources/file_manager/js/photo/source.js
index 67d6548d180bf03ce6e42985207150098b232678..53cde256d11c8317970802898a46ee9b407c7a0e 100644
--- a/chrome/browser/resources/file_manager/js/photo/source.js
+++ b/chrome/browser/resources/file_manager/js/photo/source.js
@@ -4,9 +4,10 @@
/**
* The album.
- * @constructor
+ *
* @param {PhotoSource} source The parent source.
* @param {string} name The album name.
+ * @constructor
*/
function Album(source, name) {
this.source_ = source;

Powered by Google App Engine
This is Rietveld 408576698