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

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

Issue 2140513003: [MD Extensions] Update polymer properties ordering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Michael's Created 4 years, 5 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/shortcut_input.js
diff --git a/chrome/browser/resources/md_extensions/shortcut_input.js b/chrome/browser/resources/md_extensions/shortcut_input.js
index e32cc6e256f17f76144f45562b478d004ec5d52f..6e54fb5d4351066101eed465203707a4bbba91fe 100644
--- a/chrome/browser/resources/md_extensions/shortcut_input.js
+++ b/chrome/browser/resources/md_extensions/shortcut_input.js
@@ -9,6 +9,8 @@ cr.define('extensions', function() {
var ShortcutInput = Polymer({
is: 'extensions-shortcut-input',
+ behaviors: [I18nBehavior],
+
properties: {
item: {
type: String,
@@ -34,8 +36,6 @@ cr.define('extensions', function() {
},
},
- behaviors: [I18nBehavior],
-
ready: function() {
var node = this.$['input'];
node.addEventListener('mouseup', this.startCapture_.bind(this));
« no previous file with comments | « chrome/browser/resources/md_extensions/manager.js ('k') | chrome/browser/resources/md_extensions/sidebar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698