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

Unified Diff: chrome/browser/resources/chromeos/user_images_grid.js

Issue 10356042: Fix presubmit js style nits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments Created 8 years, 7 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/chromeos/sim_unlock.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/chromeos/user_images_grid.js
diff --git a/chrome/browser/resources/chromeos/user_images_grid.js b/chrome/browser/resources/chromeos/user_images_grid.js
index e96e004c312fe7ac32c0ca9436fd14105bc1cb75..f22f5db0648c62ae746714061f8ffea053f94e89 100644
--- a/chrome/browser/resources/chromeos/user_images_grid.js
+++ b/chrome/browser/resources/chromeos/user_images_grid.js
@@ -3,11 +3,11 @@
// found in the LICENSE file.
cr.define('options', function() {
- const ArrayDataModel = cr.ui.ArrayDataModel;
- const Grid = cr.ui.Grid;
- const GridItem = cr.ui.GridItem;
- const GridSelectionController = cr.ui.GridSelectionController;
- const ListSingleSelectionModel = cr.ui.ListSingleSelectionModel;
+ /** @const */ var ArrayDataModel = cr.ui.ArrayDataModel;
+ /** @const */ var Grid = cr.ui.Grid;
+ /** @const */ var GridItem = cr.ui.GridItem;
+ /** @const */ var GridSelectionController = cr.ui.GridSelectionController;
+ /** @const */ var ListSingleSelectionModel = cr.ui.ListSingleSelectionModel;
/**
* Creates a new user images grid item.
« no previous file with comments | « chrome/browser/resources/chromeos/sim_unlock.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698