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

Unified Diff: chrome/browser/resources/file_manager/js/photo/select_album_dialog.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/select_album_dialog.js
diff --git a/chrome/browser/resources/file_manager/js/photo/select_album_dialog.js b/chrome/browser/resources/file_manager/js/photo/select_album_dialog.js
index bedb402cfb49925c6aff49317bf69436c76e4e03..0d5fb276d7a52b6969e14d1b308a22e8dce7b951 100644
--- a/chrome/browser/resources/file_manager/js/photo/select_album_dialog.js
+++ b/chrome/browser/resources/file_manager/js/photo/select_album_dialog.js
@@ -9,6 +9,7 @@
* Operates on a list of objects representing albums: { name, url, create }.
* If user chooses to create a new album, result will be a fake album with
* |create == true|.
+ * @constructor
* @param {HTMLElement} parentNode Node to be parent for this dialog.
*/
function SelectAlbumDialog(parentNode) {

Powered by Google App Engine
This is Rietveld 408576698