| Index: third_party/polymer/v1_0/components-chromium/paper-input/paper-input-error-extracted.js
|
| diff --git a/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-error-extracted.js b/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-error-extracted.js
|
| index ac6fe00b81b03954eea561b927b6b99f14f7cdd4..4fc1676519d11306a4cae5575e48c6d3c85b332a 100644
|
| --- a/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-error-extracted.js
|
| +++ b/third_party/polymer/v1_0/components-chromium/paper-input/paper-input-error-extracted.js
|
| @@ -1,4 +1,5 @@
|
| -Polymer({
|
| +
|
| + Polymer({
|
| is: 'paper-input-error',
|
|
|
| behaviors: [
|
| @@ -19,4 +20,4 @@ Polymer({
|
| update: function(state) {
|
| this._setInvalid(state.invalid);
|
| }
|
| - });
|
| + });
|
|
|