| 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 4fc1676519d11306a4cae5575e48c6d3c85b332a..ac6fe00b81b03954eea561b927b6b99f14f7cdd4 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,5 +1,4 @@
|
| -
|
| - Polymer({
|
| +Polymer({
|
| is: 'paper-input-error',
|
|
|
| behaviors: [
|
| @@ -20,4 +19,4 @@
|
| update: function(state) {
|
| this._setInvalid(state.invalid);
|
| }
|
| - });
|
| + });
|
|
|