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

Unified Diff: chrome/browser/resources/md_history/synced_device_card.js

Issue 2597573002: MD History/Downloads: convert .bind(this) and function property values to use => (Closed)
Patch Set: Created 4 years 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/md_history/synced_device_card.js
diff --git a/chrome/browser/resources/md_history/synced_device_card.js b/chrome/browser/resources/md_history/synced_device_card.js
index 91a41d3b49aefc35460bbad9e2116ebe945f9619..2ee923c68508c521a36b50a33ca025b0aec40aec 100644
--- a/chrome/browser/resources/md_history/synced_device_card.js
+++ b/chrome/browser/resources/md_history/synced_device_card.js
@@ -18,7 +18,7 @@ Polymer({
*/
tabs: {
type: Array,
- value: function() { return []; },
+ value: () => [],
dpapad 2016/12/21 23:49:53 Can we use arrow only when: 1) Used inside a memb
michaelpg 2016/12/22 07:35:19 why?
Dan Beam 2016/12/22 18:33:17 well, I obviously agreed with ... myself when I ma
observer: 'updateIcons_'
},
« no previous file with comments | « chrome/browser/resources/md_history/list_container.js ('k') | chrome/browser/resources/md_history/synced_device_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698