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

Unified Diff: chrome/browser/resources/file_manager/js/photo/tile_view.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
« 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 f0741b9fd235b7c60d6f2c8af7c678e7f3febda2..8c63a4400c806f79c31338560aa60bd95678ae4c 100644
--- a/chrome/browser/resources/file_manager/js/photo/tile_view.js
+++ b/chrome/browser/resources/file_manager/js/photo/tile_view.js
@@ -4,6 +4,7 @@
/**
* Tile view displays images/videos tiles.
+ *
* @param {HTMLDocument} document Document.
* @param {function(TailBox, callback)} prepareBox This function should provide
* the passed box with width and height properties of the image.
@@ -449,9 +450,9 @@ 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.
+ * @constructor
*/
TileBox.setPositionFromRect = function(margin, cellSize) {
this.style.top = margin + (cellSize + margin) * this.rect.row + 'px';
« 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