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

Unified Diff: chrome/browser/resources/file_manager/js/photo/tile_view.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
« no previous file with comments | « chrome/browser/resources/file_manager/js/photo/source.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/photo/tile_view.js
diff --git a/chrome/browser/resources/file_manager/js/photo/tile_view.js b/chrome/browser/resources/file_manager/js/photo/tile_view.js
index 8160dfaf7ccc9218aaab7c848ece458d5e412133..f0741b9fd235b7c60d6f2c8af7c678e7f3febda2 100644
--- a/chrome/browser/resources/file_manager/js/photo/tile_view.js
+++ b/chrome/browser/resources/file_manager/js/photo/tile_view.js
@@ -449,6 +449,7 @@ TileBox.decorate = function(self, view, entry) {
/**
* Sets box position according to the |rect| property and given sizes.
+ * @constructor
* @param {number} margin Margin between cells.
* @param {number} cellSize The size of one cell.
*/
« no previous file with comments | « chrome/browser/resources/file_manager/js/photo/source.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698