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

Unified Diff: chrome/browser/resources/md_extensions/item_list.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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
Index: chrome/browser/resources/md_extensions/item_list.js
diff --git a/chrome/browser/resources/md_extensions/item_list.js b/chrome/browser/resources/md_extensions/item_list.js
index 74d9faa0b79855fde2dc563ca4daf8e03eb0d3f5..8b83332bb0d0f155b49c53d4c3e88b9548de965c 100644
--- a/chrome/browser/resources/md_extensions/item_list.js
+++ b/chrome/browser/resources/md_extensions/item_list.js
@@ -6,10 +6,7 @@ cr.define('extensions', function() {
var ItemList = Polymer({
is: 'extensions-item-list',
- behaviors: [
- Polymer.NeonAnimatableBehavior,
- Polymer.IronResizableBehavior
- ],
+ behaviors: [Polymer.NeonAnimatableBehavior, Polymer.IronResizableBehavior],
properties: {
/** @type {Array<!chrome.developerPrivate.ExtensionInfo>} */
« no previous file with comments | « chrome/browser/resources/md_extensions/item.js ('k') | chrome/browser/resources/md_extensions/item_source.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698