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

Unified Diff: chrome/browser/resources/file_manager/js/file_grid.js

Issue 12257002: [Cleanup] Files.app: Remove 'this' from class methods. #1 (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 | « no previous file | chrome/browser/resources/file_manager/js/file_manager_pyauto.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/file_grid.js
diff --git a/chrome/browser/resources/file_manager/js/file_grid.js b/chrome/browser/resources/file_manager/js/file_grid.js
index 7d593fc58853c5065ea9a61ceb2ef2fabf99b959..d346c62f926500c71ea55f58c88cc40205c43af6 100644
--- a/chrome/browser/resources/file_manager/js/file_grid.js
+++ b/chrome/browser/resources/file_manager/js/file_grid.js
@@ -94,8 +94,6 @@ FileGrid.decorateThumbnail = function(li, entry, metadataCache) {
*/
FileGrid.decorateThumbnailBox = function(
box, entry, metadataCache, fillMode, opt_imageLoadCallback) {
- var self = this;
-
box.className = 'img-container';
if (entry.isDirectory) {
box.setAttribute('generic-thumbnail', 'folder');
« no previous file with comments | « no previous file | chrome/browser/resources/file_manager/js/file_manager_pyauto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698