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

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

Issue 12262006: [Cleanup] Files.app: Add '@constructor' annotates to constructors. (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 0054efccd9a7c1c11ea2bcf7842e01bd5a4f12f5..bddab85079be69db9cfa6494e01104437348dad2 100644
--- a/chrome/browser/resources/file_manager/js/photo/source.js
+++ b/chrome/browser/resources/file_manager/js/photo/source.js
@@ -4,6 +4,7 @@
/**
* The album.
+ * @constructor
* @param {PhotoSource} source The parent source.
* @param {string} name The album name.
* @param {Array.<FileEntry>} entries The entries list.

Powered by Google App Engine
This is Rietveld 408576698