Chromium Code Reviews| Index: third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/iron-validatable-behavior-extracted.js |
| diff --git a/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/iron-validatable-behavior-extracted.js b/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/iron-validatable-behavior-extracted.js |
| index 2a46c879e192a097f58af6c5f9c0b178439b80dd..33319ad9e7cb0007e8354bed903cf1599f933cd1 100644 |
| --- a/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/iron-validatable-behavior-extracted.js |
| +++ b/third_party/polymer/v1_0/components-chromium/iron-validatable-behavior/iron-validatable-behavior-extracted.js |
| @@ -1,6 +1,4 @@ |
| - |
| - |
| - /** |
| +/** |
| * Use `Polymer.IronValidatableBehavior` to implement an element that validates user input. |
| * |
| * ### Accessibility |
| @@ -103,5 +101,4 @@ |
| } |
| return true; |
| } |
| - }; |
| - |
| + }; |