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

Unified Diff: third_party/polymer/v1_0/components-chromium/paper-input/paper-input-char-counter-extracted.js

Issue 1336623003: [MD settings] updating polymer to 1.1.13 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed Polymer.IronCheckedElementBehavior name Created 5 years, 3 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: third_party/polymer/v1_0/components-chromium/paper-input/paper-input-char-counter-extracted.js
diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-char-counter-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-char-counter-extracted.js
index fc405a55706ff32f0303fafecaa6473aa21ce4d2..6577627933ed63b5ac4f0133f56bd936ddf76cee 100644
--- a/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-char-counter-extracted.js
+++ b/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-char-counter-extracted.js
@@ -1,7 +1,4 @@
-(function() {
-
- Polymer({
-
+Polymer({
is: 'paper-input-char-counter',
behaviors: [
@@ -9,12 +6,10 @@
],
properties: {
-
_charCounterStr: {
type: String,
value: '0'
}
-
},
update: function(state) {
@@ -32,7 +27,4 @@
}
this._charCounterStr = str;
}
-
- });
-
-})();
+ });

Powered by Google App Engine
This is Rietveld 408576698