| Index: third_party/polymer/components/iron-validatable-behavior/iron-validatable-behavior.html
|
| diff --git a/third_party/polymer/components/iron-validatable-behavior/iron-validatable-behavior.html b/third_party/polymer/components/iron-validatable-behavior/iron-validatable-behavior.html
|
| index 1b9beba9536788e706fc275d04a6a91204ca0268..803731be93030b48537d2b3a87be3c7509847cfd 100644
|
| --- a/third_party/polymer/components/iron-validatable-behavior/iron-validatable-behavior.html
|
| +++ b/third_party/polymer/components/iron-validatable-behavior/iron-validatable-behavior.html
|
| @@ -81,6 +81,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
| },
|
|
|
| _validator: {
|
| + type: Object,
|
| computed: '__computeValidator(validator)'
|
| }
|
| },
|
|
|