Skip to content
This repository was archived by the owner on May 15, 2023. It is now read-only.

Commit 43ce982

Browse files
authored
Merge pull request #35 from TomK/patch-1
support inclusion by Polymer.mixinBehaviors
2 parents 7d45b91 + 19ece28 commit 43ce982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iron-validator-behavior.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
Polymer.IronValidatorBehavior = {
2525
ready: function() {
26-
new Polymer.IronMeta({type: 'validator', key: this.is, value: this});
26+
new Polymer.IronMeta({type: 'validator', key: this.is || this.constructor.is, value: this});
2727
},
2828

2929
/**

0 commit comments

Comments
 (0)